#AC08C5

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

Shades of Dark Violet #AC08C5

Tints of Dark Violet #AC08C5

Color information

#AC08C5 (or 0xAC08C5) is unknown color: approx Dark Violet. HEX triplet: AC, 08 and C5. RGB value is (172,8,197). Sum of RGB (Red+Green+Blue) = 172+8+197=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC08C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08C5 is #53F73A. Grayscale: #4D4D4D. Windows color (decimal): -5502779 or 12912812. OLE color: 12912812.

HSL color Cylindrical-coordinate representation of color #AC08C5: hue angle of 292.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08C5 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1728197-
CMYK0.130.9600.23
HSL292.06º92.2%40.2%-
HSV(B)292.06º95.94%77.25%-
XYZ27.1812.9853.9-
YUV78.58194.83194.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 8 (3.52% from 255) = 2.12%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=45.62%
G=2.12%
B=52.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17281970.130.9600.23292.0692.240.2
HexAC8C5D600171245c28
Octal254103051514002744413450
Binary10101100100011000101110111000000101111001001001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC08C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC08C5; }

 p { color: rgb(172,8,197); }

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

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

 a { background-color: rgb(172,8,197); }

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

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

 span { border-color: rgb(172,8,197); }

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