Html Css Color HEX #AB05DB Dark Violet

📋 copy color: '#AB05DB'

red 171 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #AB05DB

Tints of Dark Violet #AB05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 43.29%
G = 1.27%
B = 55.44%

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

#AB05DB (or 0xAB05DB) is known color: Dark Violet. HEX triplet: AB, 05 and DB. RGB value is (171,5,219). Sum of RGB (Red+Green+Blue) = 171+5+219=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05DB is #54FA24. Grayscale: #4E4E4E. Windows color (decimal): -5569061 or 14353835. OLE color: 14353835.

HSL color Cylindrical-coordinate representation of color #AB05DB: hue angle of 286.54º 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 #AB05DB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 5 219 -
CMYK 0.22 0.98 0 0.14
HSL 286.54º 0.96% 0.44% -
HSV(B) 286.54º 0.98% 0.86% -
XYZ 29.64 13.88 68.14 -
YUV 79.03 207 193.6 -
System Red Green Blue C M Y K H S L
Decimal 171 5 219 0.22 0.98 0 0.14 286.54 0.96 0.44
Hex AB 5 DB 16 62 0 E 11F 60 2C
Octal 253 5 333 26 142 0 16 437 140 54
Binary 10101011 101 11011011 10110 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AB05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05DB

Black with #AB05DB

Text Example


Text Example

White with #AB05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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