#AB04D7

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

Shades of Dark Violet #AB04D7

Tints of Dark Violet #AB04D7

Color information

#AB04D7 (or 0xAB04D7) is unknown color: approx Dark Violet. HEX triplet: AB, 04 and D7. RGB value is (171,4,215). Sum of RGB (Red+Green+Blue) = 171+4+215=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB04D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04D7 is #54FB28. Grayscale: #4D4D4D. Windows color (decimal): -5569321 or 14091435. OLE color: 14091435.

HSL color Cylindrical-coordinate representation of color #AB04D7: hue angle of 287.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04D7 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1714215-
CMYK0.200.9800.16
HSL287.49º96.35%42.94%-
HSV(B)287.49º98.14%84.31%-
XYZ29.113.6565.39-
YUV77.99205.33194.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=43.85%
G=1.03%
B=55.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17142150.200.9800.16287.4996.3542.94
HexAB4D7146201011f602b
Octal25343272414202043714053
Binary10101011100110101111010011000100100001000111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB04D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB04D7; }

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

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

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

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

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

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

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

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