Html Css Color HEX #AB12A0 Dark Magenta

📋 copy color: '#AB12A0'

red 171 ◦ green 18 ◦ blue 160

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

Shades of Dark Magenta #AB12A0

Tints of Dark Magenta #AB12A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 49%
G = 5.16%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB12A0 (or 0xAB12A0) is known color: Dark Magenta. HEX triplet: AB, 12 and A0. RGB value is (171,18,160). Sum of RGB (Red+Green+Blue) = 171+18+160=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12A0 is #54ED5F. Grayscale: #4F4F4F. Windows color (decimal): -5565792 or 10490539. OLE color: 10490539.

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

Color convert

RGB 171 18 160 -
CMYK 0 0.89 0.06 0.33
HSL 304.31º 0.81% 0.37% -
HSV(B) 304.31º 0.89% 0.67% -
XYZ 23.36 11.63 34.27 -
YUV 79.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 171 18 160 0 0.89 0.06 0.33 304.31 0.81 0.37
Hex AB 12 A0 0 59 6 21 130 51 25
Octal 253 22 240 0 131 6 41 460 121 45
Binary 10101011 10010 10100000 0 1011001 110 100001 100110000 1010001 100101

Color Harmonies of #AB12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12A0

Black with #AB12A0

Text Example


Text Example

White with #AB12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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