Html Css Color HEX #AB04DB Dark Violet

📋 copy color: '#AB04DB'

red 171 ◦ green 4 ◦ blue 219

#AB04DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AB04DB

Tints of Dark Violet #AB04DB

RGB

 RED value IS 171 (67.19% from 255) = 43.4%

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 43.4%
G = 1.02%
B = 55.58%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB04DB (or 0xAB04DB) is known color: Dark Violet. HEX triplet: AB, 04 and DB. RGB value is (171,4,219). Sum of RGB (Red+Green+Blue) = 171+4+219=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04DB is #54FB24. Grayscale: #4D4D4D. Windows color (decimal): -5569317 or 14353579. OLE color: 14353579.

HSL color Cylindrical-coordinate representation of color #AB04DB: hue angle of 286.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04DB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 4 219 -
CMYK 0.22 0.98 0 0.14
HSL 286.6º 0.96% 0.44% -
HSV(B) 286.6º 0.98% 0.86% -
XYZ 29.62 13.86 68.13 -
YUV 78.44 207.33 194.02 -
System Red Green Blue C M Y K H S L
Decimal 171 4 219 0.22 0.98 0 0.14 286.6 0.96 0.44
Hex AB 4 DB 16 62 0 E 11F 60 2C
Octal 253 4 333 26 142 0 16 437 140 54
Binary 10101011 100 11011011 10110 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AB04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04DB

Black with #AB04DB

Text Example


Text Example

White with #AB04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04DB; }

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

 H1.HeaderClassName
 {
   color: #AB04DB;
 }
 .AnyTagClassName
 {
   color: #AB04DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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