#A609BD

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

Shades of Dark Violet #A609BD

Tints of Dark Violet #A609BD

Color information

#A609BD (or 0xA609BD) is unknown color: approx Dark Violet. HEX triplet: A6, 09 and BD. RGB value is (166,9,189). Sum of RGB (Red+Green+Blue) = 166+9+189=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #A609BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609BD is #59F642. Grayscale: #4B4B4B. Windows color (decimal): -5895747 or 12388774. OLE color: 12388774.

HSL color Cylindrical-coordinate representation of color #A609BD: hue angle of 292.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609BD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1669189-
CMYK0.120.9500.26
HSL292.33º90.91%38.82%-
HSV(B)292.33º95.24%74.12%-
XYZ25.0111.9849.14-
YUV76.46191.51191.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 9 (3.91% from 255) = 2.47%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=45.60%
G=2.47%
B=51.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16691890.120.9500.26292.3390.9138.82
HexA69BDC5F01A1245b27
Octal246112751413703244413347
Binary10100110100110111101110010111110110101001001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A609BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A609BD; }

 p { color: rgb(166,9,189); }

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

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

 a { background-color: rgb(166,9,189); }

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

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

 span { border-color: rgb(166,9,189); }

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