#A902C9

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

Shades of Dark Violet #A902C9

Tints of Dark Violet #A902C9

Color information

#A902C9 (or 0xA902C9) is unknown color: approx Dark Violet. HEX triplet: A9, 02 and C9. RGB value is (169,2,201). Sum of RGB (Red+Green+Blue) = 169+2+201=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #A902C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902C9 is #56FD36. Grayscale: #494949. Windows color (decimal): -5700919 or 13173417. OLE color: 13173417.

HSL color Cylindrical-coordinate representation of color #A902C9: hue angle of 290.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902C9 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1692201-
CMYK0.160.9900.21
HSL290.35º98.03%39.8%-
HSV(B)290.35º99%78.82%-
XYZ26.9312.756.29-
YUV74.62199.33195.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 201 (78.91% from 255) = 54.03%
R=45.43%
G=0.54%
B=54.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16922010.160.9900.21290.3598.0339.8
HexA92C910630151226228
Octal25123112014302544214250
Binary1010100110110010011000011000110101011001000101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A902C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A902C9; }

 p { color: rgb(169,2,201); }

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

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

 a { background-color: rgb(169,2,201); }

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

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

 span { border-color: rgb(169,2,201); }

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