#AB04D0

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

Shades of Dark Violet #AB04D0

Tints of Dark Violet #AB04D0

Color information

#AB04D0 (or 0xAB04D0) is unknown color: approx Dark Violet. HEX triplet: AB, 04 and D0. RGB value is (171,4,208). Sum of RGB (Red+Green+Blue) = 171+4+208=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB04D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04D0 is #54FB2F. Grayscale: #4C4C4C. Windows color (decimal): -5569328 or 13632683. OLE color: 13632683.

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

Color convert

RGB1714208-
CMYK0.180.9800.18
HSL289.12º96.23%41.57%-
HSV(B)289.12º98.08%81.57%-
XYZ28.2213.360.75-
YUV77.19201.83194.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=44.65%
G=1.04%
B=54.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17142080.180.9800.18289.1296.2341.57
HexAB4D01262012121602a
Octal25343202214202244114052
Binary10101011100110100001001011000100100101001000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB04D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB04D0; }

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

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

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

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

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

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

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

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