#AB14D0

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

Shades of Dark Violet #AB14D0

Tints of Dark Violet #AB14D0

Color information

#AB14D0 (or 0xAB14D0) is unknown color: approx Dark Violet. HEX triplet: AB, 14 and D0. RGB value is (171,20,208). Sum of RGB (Red+Green+Blue) = 171+20+208=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB14D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14D0 is #54EB2F. Grayscale: #555555. Windows color (decimal): -5565232 or 13636779. OLE color: 13636779.

HSL color Cylindrical-coordinate representation of color #AB14D0: hue angle of 288.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14D0 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17120208-
CMYK0.180.9000.18
HSL288.19º82.46%44.71%-
HSV(B)288.19º90.38%81.57%-
XYZ28.4313.7160.82-
YUV86.58196.53188.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 5.01%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=42.86%
G=5.01%
B=52.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171202080.180.9000.18288.1982.4644.71
HexAB14D0125A012120522d
Octal253243202213202244012255
Binary1010101110100110100001001010110100100101001000001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB14D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB14D0; }

 p { color: rgb(171,20,208); }

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

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

 a { background-color: rgb(171,20,208); }

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

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

 span { border-color: rgb(171,20,208); }

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