Html Css Color HEX #AB11DD Dark Violet

📋 copy color: '#AB11DD'

red 171 ◦ green 17 ◦ blue 221

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

Shades of Dark Violet #AB11DD

Tints of Dark Violet #AB11DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 41.81%
G = 4.16%
B = 54.03%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB11DD (or 0xAB11DD) is known color: Dark Violet. HEX triplet: AB, 11 and DD. RGB value is (171,17,221). Sum of RGB (Red+Green+Blue) = 171+17+221=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11DD is #54EE22. Grayscale: #555555. Windows color (decimal): -5565987 or 14487979. OLE color: 14487979.

HSL color Cylindrical-coordinate representation of color #AB11DD: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11DD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 17 221 -
CMYK 0.23 0.92 0 0.13
HSL 285.29º 0.86% 0.47% -
HSV(B) 285.29º 0.92% 0.87% -
XYZ 30.05 14.28 69.58 -
YUV 86.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 171 17 221 0.23 0.92 0 0.13 285.29 0.86 0.47
Hex AB 11 DD 17 5C 0 D 11D 56 2F
Octal 253 21 335 27 134 0 15 435 126 57
Binary 10101011 10001 11011101 10111 1011100 0 1101 100011101 1010110 101111

Color Harmonies of #AB11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11DD

Black with #AB11DD

Text Example


Text Example

White with #AB11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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