#AC10E3

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

Shades of Dark Violet #AC10E3

Tints of Dark Violet #AC10E3

Color information

#AC10E3 (or 0xAC10E3) is unknown color: approx Dark Violet. HEX triplet: AC, 10 and E3. RGB value is (172,16,227). Sum of RGB (Red+Green+Blue) = 172+16+227=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC10E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10E3 is #53EF1C. Grayscale: #565656. Windows color (decimal): -5500701 or 14880940. OLE color: 14880940.

HSL color Cylindrical-coordinate representation of color #AC10E3: hue angle of 284.36º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10E3 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17216227-
CMYK0.240.9300.11
HSL284.36º86.83%47.65%-
HSV(B)284.36º92.95%89.02%-
XYZ31.0614.6973.87-
YUV86.7207.18188.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=41.45%
G=3.86%
B=54.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172162270.240.9300.11284.3686.8347.65
HexAC10E3185D0B11c5730
Octal254203433013501343412760
Binary101011001000011100011110001011101010111000111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC10E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC10E3; }

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

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

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

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

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

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

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

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