Html Css Color HEX #AB12A2 Dark Magenta

📋 copy color: '#AB12A2'

red 171 ◦ green 18 ◦ blue 162

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

Shades of Dark Magenta #AB12A2

Tints of Dark Magenta #AB12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.15%

R = 48.72%
G = 5.13%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB12A2 (or 0xAB12A2) is known color: Dark Magenta. HEX triplet: AB, 12 and A2. RGB value is (171,18,162). Sum of RGB (Red+Green+Blue) = 171+18+162=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12A2 is #54ED5D. Grayscale: #4F4F4F. Windows color (decimal): -5565790 or 10621611. OLE color: 10621611.

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

Color convert

RGB 171 18 162 -
CMYK 0 0.89 0.05 0.33
HSL 303.53º 0.81% 0.37% -
HSV(B) 303.53º 0.89% 0.67% -
XYZ 23.53 11.7 35.2 -
YUV 80.16 174.19 192.79 -
System Red Green Blue C M Y K H S L
Decimal 171 18 162 0 0.89 0.05 0.33 303.53 0.81 0.37
Hex AB 12 A2 0 59 5 21 130 51 25
Octal 253 22 242 0 131 5 41 460 121 45
Binary 10101011 10010 10100010 0 1011001 101 100001 100110000 1010001 100101

Color Harmonies of #AB12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12A2

Black with #AB12A2

Text Example


Text Example

White with #AB12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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