#A809CC

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

Shades of Dark Violet #A809CC

Tints of Dark Violet #A809CC

Color information

#A809CC (or 0xA809CC) is unknown color: approx Dark Violet. HEX triplet: A8, 09 and CC. RGB value is (168,9,204). Sum of RGB (Red+Green+Blue) = 168+9+204=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #A809CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809CC is #57F633. Grayscale: #4E4E4E. Windows color (decimal): -5764660 or 13371816. OLE color: 13371816.

HSL color Cylindrical-coordinate representation of color #A809CC: hue angle of 288.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809CC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1689204-
CMYK0.180.9600.2
HSL288.92º91.55%41.76%-
HSV(B)288.92º95.59%80%-
XYZ27.1512.8858.18-
YUV78.77198.68191.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=44.09%
G=2.36%
B=53.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16892040.180.9600.2288.9291.5541.76
HexA89CC12600141215c2a
Octal250113142214002444113452
Binary101010001001110011001001011000000101001001000011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809CC; }

 p { color: rgb(168,9,204); }

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

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

 a { background-color: rgb(168,9,204); }

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

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

 span { border-color: rgb(168,9,204); }

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