Html Css Color HEX #AB11DC Dark Violet

📋 copy color: '#AB11DC'

red 171 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #AB11DC

Tints of Dark Violet #AB11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 41.91%
G = 4.17%
B = 53.92%

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

#AB11DC (or 0xAB11DC) is known color: Dark Violet. HEX triplet: AB, 11 and DC. RGB value is (171,17,220). Sum of RGB (Red+Green+Blue) = 171+17+220=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB11DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11DC is #54EE23. Grayscale: #555555. Windows color (decimal): -5565988 or 14422443. OLE color: 14422443.

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

Color convert

RGB 171 17 220 -
CMYK 0.22 0.92 0 0.14
HSL 285.52º 0.86% 0.46% -
HSV(B) 285.52º 0.92% 0.86% -
XYZ 29.91 14.23 68.88 -
YUV 86.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 171 17 220 0.22 0.92 0 0.14 285.52 0.86 0.46
Hex AB 11 DC 16 5C 0 E 11E 56 2E
Octal 253 21 334 26 134 0 16 436 126 56
Binary 10101011 10001 11011100 10110 1011100 0 1110 100011110 1010110 101110

Color Harmonies of #AB11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11DC

Black with #AB11DC

Text Example


Text Example

White with #AB11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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