Html Css Color HEX #AB06DB Dark Violet

📋 copy color: '#AB06DB'

red 171 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #AB06DB

Tints of Dark Violet #AB06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 43.18%
G = 1.52%
B = 55.3%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB06DB (or 0xAB06DB) is known color: Dark Violet. HEX triplet: AB, 06 and DB. RGB value is (171,6,219). Sum of RGB (Red+Green+Blue) = 171+6+219=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06DB is #54F924. Grayscale: #4E4E4E. Windows color (decimal): -5568805 or 14354091. OLE color: 14354091.

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

Color convert

RGB 171 6 219 -
CMYK 0.22 0.97 0 0.14
HSL 286.48º 0.95% 0.44% -
HSV(B) 286.48º 0.97% 0.86% -
XYZ 29.65 13.9 68.14 -
YUV 79.62 206.66 193.18 -
System Red Green Blue C M Y K H S L
Decimal 171 6 219 0.22 0.97 0 0.14 286.48 0.95 0.44
Hex AB 6 DB 16 61 0 E 11E 5F 2C
Octal 253 6 333 26 141 0 16 436 137 54
Binary 10101011 110 11011011 10110 1100001 0 1110 100011110 1011111 101100

Color Harmonies of #AB06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06DB

Black with #AB06DB

Text Example


Text Example

White with #AB06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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