Html Css Color HEX #AB11DB Dark Violet

📋 copy color: '#AB11DB'

red 171 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #AB11DB

Tints of Dark Violet #AB11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.18%

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

R = 42.01%
G = 4.18%
B = 53.81%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB11DB (or 0xAB11DB) is known color: Dark Violet. HEX triplet: AB, 11 and DB. RGB value is (171,17,219). Sum of RGB (Red+Green+Blue) = 171+17+219=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11DB is #54EE24. Grayscale: #555555. Windows color (decimal): -5565989 or 14356907. OLE color: 14356907.

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

Color convert

RGB 171 17 219 -
CMYK 0.22 0.92 0 0.14
HSL 285.74º 0.86% 0.46% -
HSV(B) 285.74º 0.92% 0.86% -
XYZ 29.78 14.17 68.18 -
YUV 86.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 171 17 219 0.22 0.92 0 0.14 285.74 0.86 0.46
Hex AB 11 DB 16 5C 0 E 11E 56 2E
Octal 253 21 333 26 134 0 16 436 126 56
Binary 10101011 10001 11011011 10110 1011100 0 1110 100011110 1010110 101110

Color Harmonies of #AB11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11DB

Black with #AB11DB

Text Example


Text Example

White with #AB11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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