#AC08D7

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

Shades of Dark Violet #AC08D7

Tints of Dark Violet #AC08D7

Color information

#AC08D7 (or 0xAC08D7) is unknown color: approx Dark Violet. HEX triplet: AC, 08 and D7. RGB value is (172,8,215). Sum of RGB (Red+Green+Blue) = 172+8+215=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC08D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08D7 is #53F728. Grayscale: #4F4F4F. Windows color (decimal): -5502761 or 14092460. OLE color: 14092460.

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

Color convert

RGB1728215-
CMYK0.20.9600.16
HSL287.54º92.83%43.73%-
HSV(B)287.54º96.28%84.31%-
XYZ29.3713.8565.42-
YUV80.63203.83193.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 8 (3.52% from 255) = 2.03%
BLUE value IS 215 (84.38% from 255) = 54.43%
R=43.54%
G=2.03%
B=54.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17282150.20.9600.16287.5492.8343.73
HexAC8D714600101205d2c
Octal254103272414002044013554
Binary101011001000110101111010011000000100001001000001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC08D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC08D7; }

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

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

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

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

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

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

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

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