#AB00DE

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

Shades of Dark Violet #AB00DE

Tints of Dark Violet #AB00DE

Color information

#AB00DE (or 0xAB00DE) is unknown color: approx Dark Violet. HEX triplet: AB, 00 and DE. RGB value is (171,0,222). Sum of RGB (Red+Green+Blue) = 171+0+222=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00DE is #54FF21. Grayscale: #4B4B4B. Windows color (decimal): -5570338 or 14549163. OLE color: 14549163.

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

Color convert

RGB1710222-
CMYK0.23100.13
HSL286.22º100%43.53%-
HSV(B)286.22º100%87.06%-
XYZ29.9813.9370.22-
YUV76.44210.15195.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=43.51%
G=0%
B=56.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17102220.23100.13286.2210043.53
HexAB0DE17640D11e642c
Octal25303362714401543614454
Binary10101011011011110101111100100011011000111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB00DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB00DE; }

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

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

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

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

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

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

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

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