#A009B7

Color #A009B7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A009B7

Tints of Dark Violet #A009B7

Color information

#A009B7 (or 0xA009B7) is unknown color: approx Dark Violet. HEX triplet: A0, 09 and B7. RGB value is (160,9,183). Sum of RGB (Red+Green+Blue) = 160+9+183=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #A009B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009B7 is #5FF648. Grayscale: #494949. Windows color (decimal): -6288969 or 11995552. OLE color: 11995552.

HSL color Cylindrical-coordinate representation of color #A009B7: hue angle of 292.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009B7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1609183-
CMYK0.130.9500.28
HSL292.07º90.62%37.65%-
HSV(B)292.07º95.08%71.76%-
XYZ23.1411.0945.72-
YUV73.98189.53189.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=45.45%
G=2.56%
B=51.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16091830.130.9500.28292.0790.6237.65
HexA09B7D5F01C1245b26
Octal240112671513703444413346
Binary10100000100110110111110110111110111001001001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A009B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A009B7; }

 p { color: rgb(160,9,183); }

 H1.HeaderClassName
 {
   color: #A009B7;
 }
 .AnyTagClassName
 {
   color: #A009B7;
 }
</style>
background-color css

<style>
 a { background-color: #A009B7; }

 a { background-color: rgb(160,9,183); }

 div.DivClassName
 {
   background-color: #A009B7;
 }
 .BgClassName
 {
   background-color: #A009B7;
 }
</style>
border-color css

<style>
 span { border-color: #A009B7; }

 span { border-color: rgb(160,9,183); }

 td.TdClassName
 {
   border-color: #A009B7;
 }
 .TagClassName
 {
   border-color: #A009B7;
 }
</style>