#AB04BD

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

Shades of Dark Violet #AB04BD

Tints of Dark Violet #AB04BD

Color information

#AB04BD (or 0xAB04BD) is unknown color: approx Dark Violet. HEX triplet: AB, 04 and BD. RGB value is (171,4,189). Sum of RGB (Red+Green+Blue) = 171+4+189=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB04BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BD is #54FB42. Grayscale: #4A4A4A. Windows color (decimal): -5569347 or 12387499. OLE color: 12387499.

HSL color Cylindrical-coordinate representation of color #AB04BD: hue angle of 294.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04BD is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1714189-
CMYK0.100.9800.26
HSL294.16º95.85%37.84%-
HSV(B)294.16º97.88%74.12%-
XYZ26.0212.4249.17-
YUV75.02192.33196.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=46.98%
G=1.10%
B=51.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17141890.100.9800.26294.1695.8537.84
HexAB4BDA6201A1266026
Octal25342751214203244614046
Binary1010101110010111101101011000100110101001001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB04BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB04BD; }

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

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

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

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

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

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

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

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