#AC11E5

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

Shades of Dark Violet #AC11E5

Tints of Dark Violet #AC11E5

Color information

#AC11E5 (or 0xAC11E5) is unknown color: approx Dark Violet. HEX triplet: AC, 11 and E5. RGB value is (172,17,229). Sum of RGB (Red+Green+Blue) = 172+17+229=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC11E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11E5 is #53EE1A. Grayscale: #565656. Windows color (decimal): -5500443 or 15012268. OLE color: 15012268.

HSL color Cylindrical-coordinate representation of color #AC11E5: hue angle of 283.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11E5 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17217229-
CMYK0.250.9300.10
HSL283.87º86.18%48.24%-
HSV(B)283.87º92.58%89.8%-
XYZ31.3614.8375.34-
YUV87.51207.85188.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 17 (7.03% from 255) = 4.07%
BLUE value IS 229 (89.84% from 255) = 54.78%
R=41.15%
G=4.07%
B=54.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172172290.250.9300.10283.8786.1848.24
HexAC11E5195D0A11c5630
Octal254213453113501243412660
Binary101011001000111100101110011011101010101000111001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC11E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC11E5; }

 p { color: rgb(172,17,229); }

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

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

 a { background-color: rgb(172,17,229); }

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

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

 span { border-color: rgb(172,17,229); }

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