#AC08C3

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

Shades of Dark Violet #AC08C3

Tints of Dark Violet #AC08C3

Color information

#AC08C3 (or 0xAC08C3) is unknown color: approx Dark Violet. HEX triplet: AC, 08 and C3. RGB value is (172,8,195). Sum of RGB (Red+Green+Blue) = 172+8+195=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC08C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08C3 is #53F73C. Grayscale: #4D4D4D. Windows color (decimal): -5502781 or 12781740. OLE color: 12781740.

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

Color convert

RGB1728195-
CMYK0.120.9600.24
HSL292.62º92.12%39.8%-
HSV(B)292.62º95.9%76.47%-
XYZ26.9512.8852.7-
YUV78.35193.83194.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 195 (76.56% from 255) = 52%
R=45.87%
G=2.13%
B=52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17281950.120.9600.24292.6292.1239.8
HexAC8C3C600181255c28
Octal254103031414003044513450
Binary10101100100011000011110011000000110001001001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC08C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC08C3; }

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

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

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

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

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

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

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

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