Html Css Color HEX #AB11AB Dark Magenta

📋 copy color: '#AB11AB'

red 171 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #AB11AB

Tints of Dark Magenta #AB11AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 47.63%
G = 4.74%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB11AB (or 0xAB11AB) is known color: Dark Magenta. HEX triplet: AB, 11 and AB. RGB value is (171,17,171). Sum of RGB (Red+Green+Blue) = 171+17+171=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11AB is #54EE54. Grayscale: #505050. Windows color (decimal): -5566037 or 11211179. OLE color: 11211179.

HSL color Cylindrical-coordinate representation of color #AB11AB: hue angle of 300º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11AB is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 171 -
CMYK 0 0.90 0 0.33
HSL 300º 0.82% 0.37% -
HSV(B) 300º 0.9% 0.67% -
XYZ 24.35 12 39.56 -
YUV 80.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 171 17 171 0 0.90 0 0.33 300 0.82 0.37
Hex AB 11 AB 0 5A 0 21 12C 52 25
Octal 253 21 253 0 132 0 41 454 122 45
Binary 10101011 10001 10101011 0 1011010 0 100001 100101100 1010010 100101

Color Harmonies of #AB11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11AB

Black with #AB11AB

Text Example


Text Example

White with #AB11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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