Html Css Color HEX #AB12A7 Dark Magenta

📋 copy color: '#AB12A7'

red 171 ◦ green 18 ◦ blue 167

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

Shades of Dark Magenta #AB12A7

Tints of Dark Magenta #AB12A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 48.03%
G = 5.06%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB12A7 (or 0xAB12A7) is known color: Dark Magenta. HEX triplet: AB, 12 and A7. RGB value is (171,18,167). Sum of RGB (Red+Green+Blue) = 171+18+167=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12A7 is #54ED58. Grayscale: #505050. Windows color (decimal): -5565785 or 10949291. OLE color: 10949291.

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

Color convert

RGB 171 18 167 -
CMYK 0 0.89 0.02 0.33
HSL 301.57º 0.81% 0.37% -
HSV(B) 301.57º 0.89% 0.67% -
XYZ 23.99 11.88 37.59 -
YUV 80.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 171 18 167 0 0.89 0.02 0.33 301.57 0.81 0.37
Hex AB 12 A7 0 59 2 21 12E 51 25
Octal 253 22 247 0 131 2 41 456 121 45
Binary 10101011 10010 10100111 0 1011001 10 100001 100101110 1010001 100101

Color Harmonies of #AB12A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12A7

Black with #AB12A7

Text Example


Text Example

White with #AB12A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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