Html Css Color HEX #AB12AA Dark Magenta

📋 copy color: '#AB12AA'

red 171 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #AB12AA

Tints of Dark Magenta #AB12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 47.63%
G = 5.01%
B = 47.35%

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

#AB12AA (or 0xAB12AA) is known color: Dark Magenta. HEX triplet: AB, 12 and AA. RGB value is (171,18,170). Sum of RGB (Red+Green+Blue) = 171+18+170=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12AA is #54ED55. Grayscale: #505050. Windows color (decimal): -5565782 or 11145899. OLE color: 11145899.

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

Color convert

RGB 171 18 170 -
CMYK 0 0.89 0.01 0.33
HSL 300.39º 0.81% 0.37% -
HSV(B) 300.39º 0.89% 0.67% -
XYZ 24.27 11.99 39.07 -
YUV 81.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 171 18 170 0 0.89 0.01 0.33 300.39 0.81 0.37
Hex AB 12 AA 0 59 1 21 12C 51 25
Octal 253 22 252 0 131 1 41 454 121 45
Binary 10101011 10010 10101010 0 1011001 1 100001 100101100 1010001 100101

Color Harmonies of #AB12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12AA

Black with #AB12AA

Text Example


Text Example

White with #AB12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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