#AC0AC9

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

Shades of Dark Violet #AC0AC9

Tints of Dark Violet #AC0AC9

Color information

#AC0AC9 (or 0xAC0AC9) is unknown color: approx Dark Violet. HEX triplet: AC, 0A and C9. RGB value is (172,10,201). Sum of RGB (Red+Green+Blue) = 172+10+201=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC0AC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AC9 is #53F536. Grayscale: #4F4F4F. Windows color (decimal): -5502263 or 13175468. OLE color: 13175468.

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

Color convert

RGB17210201-
CMYK0.140.9500.21
HSL290.89º90.52%41.37%-
HSV(B)290.89º95.02%78.82%-
XYZ27.6613.256.35-
YUV80.21196.17193.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 10 (4.30% from 255) = 2.61%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=44.91%
G=2.61%
B=52.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172102010.140.9500.21290.8990.5241.37
HexACAC9E5F0151235b29
Octal254123111613702544313351
Binary10101100101011001001111010111110101011001000111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0AC9; }

 p { color: rgb(172,10,201); }

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

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

 a { background-color: rgb(172,10,201); }

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

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

 span { border-color: rgb(172,10,201); }

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