#AB01DE

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

Shades of Dark Violet #AB01DE

Tints of Dark Violet #AB01DE

Color information

#AB01DE (or 0xAB01DE) is unknown color: approx Dark Violet. HEX triplet: AB, 01 and DE. RGB value is (171,1,222). Sum of RGB (Red+Green+Blue) = 171+1+222=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB01DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01DE is #54FE21. Grayscale: #4C4C4C. Windows color (decimal): -5570082 or 14549419. OLE color: 14549419.

HSL color Cylindrical-coordinate representation of color #AB01DE: hue angle of 286.15º 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 #AB01DE is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1711222-
CMYK0.231.0000.13
HSL286.15º99.1%43.73%-
HSV(B)286.15º99.55%87.06%-
XYZ29.9913.9570.22-
YUV77.02209.82195.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 222 (87.11% from 255) = 56.35%
R=43.40%
G=0.25%
B=56.35%

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
Decimal17112220.231.0000.13286.1599.143.73
HexAB1DE17640D11e632c
Octal25313362714401543614354
Binary10101011111011110101111100100011011000111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB01DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB01DE; }

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

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

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

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

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

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

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

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