#AC14E4

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

Shades of Dark Violet #AC14E4

Tints of Dark Violet #AC14E4

Color information

#AC14E4 (or 0xAC14E4) is unknown color: approx Dark Violet. HEX triplet: AC, 14 and E4. RGB value is (172,20,228). Sum of RGB (Red+Green+Blue) = 172+20+228=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC14E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14E4 is #53EB1B. Grayscale: #585858. Windows color (decimal): -5499676 or 14947500. OLE color: 14947500.

HSL color Cylindrical-coordinate representation of color #AC14E4: hue angle of 283.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14E4 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17220228-
CMYK0.250.9100.11
HSL283.85º83.87%48.63%-
HSV(B)283.85º91.23%89.41%-
XYZ31.2714.8774.62-
YUV89.16206.36187.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 228 (89.45% from 255) = 54.29%
R=40.95%
G=4.76%
B=54.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172202280.250.9100.11283.8583.8748.63
HexAC14E4195B0B11c5431
Octal254243443113301343412461
Binary101011001010011100100110011011011010111000111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC14E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC14E4; }

 p { color: rgb(172,20,228); }

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

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

 a { background-color: rgb(172,20,228); }

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

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

 span { border-color: rgb(172,20,228); }

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