#AB12DE

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

Shades of Dark Violet #AB12DE

Tints of Dark Violet #AB12DE

Color information

#AB12DE (or 0xAB12DE) is unknown color: approx Dark Violet. HEX triplet: AB, 12 and DE. RGB value is (171,18,222). Sum of RGB (Red+Green+Blue) = 171+18+222=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB12DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12DE is #54ED21. Grayscale: #565656. Windows color (decimal): -5565730 or 14553771. OLE color: 14553771.

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

Color convert

RGB17118222-
CMYK0.230.9200.13
HSL285º85%47.06%-
HSV(B)285º91.89%87.06%-
XYZ30.214.3670.29-
YUV87204.19187.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 18 (7.42% from 255) = 4.38%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=41.61%
G=4.38%
B=54.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171182220.230.9200.132858547.06
HexAB12DE175C0D11d552f
Octal253223362713401543512557
Binary101010111001011011110101111011100011011000111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12DE; }

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

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

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

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

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

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

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

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