#AC10C6

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

Shades of Dark Violet #AC10C6

Tints of Dark Violet #AC10C6

Color information

#AC10C6 (or 0xAC10C6) is unknown color: approx Dark Violet. HEX triplet: AC, 10 and C6. RGB value is (172,16,198). Sum of RGB (Red+Green+Blue) = 172+16+198=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10C6 is #53EF39. Grayscale: #525252. Windows color (decimal): -5500730 or 12980396. OLE color: 12980396.

HSL color Cylindrical-coordinate representation of color #AC10C6: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10C6 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17216198-
CMYK0.130.9200.22
HSL291.43º85.05%41.96%-
HSV(B)291.43º91.92%77.65%-
XYZ27.3913.2254.53-
YUV83.39192.68191.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 16 (6.64% from 255) = 4.15%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=44.56%
G=4.15%
B=51.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172161980.130.9200.22291.4385.0541.96
HexAC10C6D5C016123552a
Octal254203061513402644312552
Binary101011001000011000110110110111000101101001000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC10C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC10C6; }

 p { color: rgb(172,16,198); }

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

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

 a { background-color: rgb(172,16,198); }

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

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

 span { border-color: rgb(172,16,198); }

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