#AC01DE

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

Shades of Dark Violet #AC01DE

Tints of Dark Violet #AC01DE

Color information

#AC01DE (or 0xAC01DE) is unknown color: approx Dark Violet. HEX triplet: AC, 01 and DE. RGB value is (172,1,222). Sum of RGB (Red+Green+Blue) = 172+1+222=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC01DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01DE is #53FE21. Grayscale: #4C4C4C. Windows color (decimal): -5504546 or 14549420. OLE color: 14549420.

HSL color Cylindrical-coordinate representation of color #AC01DE: hue angle of 286.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01DE is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1721222-
CMYK0.231.0000.13
HSL286.43º99.1%43.73%-
HSV(B)286.43º99.55%87.06%-
XYZ30.2114.0770.23-
YUV77.32209.65195.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=43.54%
G=0.25%
B=56.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17212220.231.0000.13286.4399.143.73
HexAC1DE17640D11e632c
Octal25413362714401543614354
Binary10101100111011110101111100100011011000111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC01DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC01DE; }

 p { color: rgb(172,1,222); }

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

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

 a { background-color: rgb(172,1,222); }

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

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

 span { border-color: rgb(172,1,222); }

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