#AC0AD5

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

Shades of Dark Violet #AC0AD5

Tints of Dark Violet #AC0AD5

Color information

#AC0AD5 (or 0xAC0AD5) is unknown color: approx Dark Violet. HEX triplet: AC, 0A and D5. RGB value is (172,10,213). Sum of RGB (Red+Green+Blue) = 172+10+213=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC0AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AD5 is #53F52A. Grayscale: #505050. Windows color (decimal): -5502251 or 13961900. OLE color: 13961900.

HSL color Cylindrical-coordinate representation of color #AC0AD5: hue angle of 287.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0AD5 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17210213-
CMYK0.190.9500.16
HSL287.88º91.03%43.73%-
HSV(B)287.88º95.31%83.53%-
XYZ29.1313.7964.08-
YUV81.58202.17192.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=43.54%
G=2.53%
B=53.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172102130.190.9500.16287.8891.0343.73
HexACAD5135F0101205b2c
Octal254123252313702044013354
Binary101011001010110101011001110111110100001001000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0AD5; }

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

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

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

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

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

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

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

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