Html Css Color HEX #AB13AA Dark Magenta

📋 copy color: '#AB13AA'

red 171 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #AB13AA

Tints of Dark Magenta #AB13AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 47.5%
G = 5.28%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB13AA (or 0xAB13AA) is known color: Dark Magenta. HEX triplet: AB, 13 and AA. RGB value is (171,19,170). Sum of RGB (Red+Green+Blue) = 171+19+170=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB13AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB13AA is #54EC55. Grayscale: #515151. Windows color (decimal): -5565526 or 11146155. OLE color: 11146155.

HSL color Cylindrical-coordinate representation of color #AB13AA: hue angle of 300.39º 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 #AB13AA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 170 -
CMYK 0 0.89 0.01 0.33
HSL 300.39º 0.8% 0.37% -
HSV(B) 300.39º 0.89% 0.67% -
XYZ 24.28 12.03 39.07 -
YUV 81.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 171 19 170 0 0.89 0.01 0.33 300.39 0.8 0.37
Hex AB 13 AA 0 59 1 21 12C 50 25
Octal 253 23 252 0 131 1 41 454 120 45
Binary 10101011 10011 10101010 0 1011001 1 100001 100101100 1010000 100101

Color Harmonies of #AB13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13AA

Black with #AB13AA

Text Example


Text Example

White with #AB13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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