Html Css Color HEX #AB08DB Dark Violet

📋 copy color: '#AB08DB'

red 171 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #AB08DB

Tints of Dark Violet #AB08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 42.96%
G = 2.01%
B = 55.03%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB08DB (or 0xAB08DB) is known color: Dark Violet. HEX triplet: AB, 08 and DB. RGB value is (171,8,219). Sum of RGB (Red+Green+Blue) = 171+8+219=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08DB is #54F724. Grayscale: #505050. Windows color (decimal): -5568293 or 14354603. OLE color: 14354603.

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

Color convert

RGB 171 8 219 -
CMYK 0.22 0.96 0 0.14
HSL 286.35º 0.93% 0.45% -
HSV(B) 286.35º 0.96% 0.86% -
XYZ 29.67 13.95 68.15 -
YUV 80.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 171 8 219 0.22 0.96 0 0.14 286.35 0.93 0.45
Hex AB 8 DB 16 60 0 E 11E 5D 2D
Octal 253 10 333 26 140 0 16 436 135 55
Binary 10101011 1000 11011011 10110 1100000 0 1110 100011110 1011101 101101

Color Harmonies of #AB08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08DB

Black with #AB08DB

Text Example


Text Example

White with #AB08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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