Html Css Color HEX #AB13AB Dark Magenta

📋 copy color: '#AB13AB'

red 171 ◦ green 19 ◦ blue 171

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

Shades of Dark Magenta #AB13AB

Tints of Dark Magenta #AB13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

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

R = 47.37%
G = 5.26%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB13AB (or 0xAB13AB) is known color: Dark Magenta. HEX triplet: AB, 13 and AB. RGB value is (171,19,171). Sum of RGB (Red+Green+Blue) = 171+19+171=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB13AB is #54EC54. Grayscale: #515151. Windows color (decimal): -5565525 or 11211691. OLE color: 11211691.

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

Color convert

RGB 171 19 171 -
CMYK 0 0.89 0 0.33
HSL 300º 0.8% 0.37% -
HSV(B) 300º 0.89% 0.67% -
XYZ 24.38 12.06 39.57 -
YUV 81.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 171 19 171 0 0.89 0 0.33 300 0.8 0.37
Hex AB 13 AB 0 59 0 21 12C 50 25
Octal 253 23 253 0 131 0 41 454 120 45
Binary 10101011 10011 10101011 0 1011001 0 100001 100101100 1010000 100101

Color Harmonies of #AB13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13AB

Black with #AB13AB

Text Example


Text Example

White with #AB13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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