#A609C0

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

Shades of Dark Violet #A609C0

Tints of Dark Violet #A609C0

Color information

#A609C0 (or 0xA609C0) is unknown color: approx Dark Violet. HEX triplet: A6, 09 and C0. RGB value is (166,9,192). Sum of RGB (Red+Green+Blue) = 166+9+192=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #A609C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609C0 is #59F63F. Grayscale: #4C4C4C. Windows color (decimal): -5895744 or 12585382. OLE color: 12585382.

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

Color convert

RGB1669192-
CMYK0.140.9500.25
HSL291.48º91.04%39.41%-
HSV(B)291.48º95.31%75.29%-
XYZ25.3412.1150.87-
YUV76.81193.01191.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 192 (75.39% from 255) = 52.32%
R=45.23%
G=2.45%
B=52.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16691920.140.9500.25291.4891.0439.41
HexA69C0E5F0191235b27
Octal246113001613703144313347
Binary10100110100111000000111010111110110011001000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A609C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A609C0; }

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

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

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

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

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

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

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

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