Html Css Color HEX #AB12AB Dark Magenta

📋 copy color: '#AB12AB'

red 171 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #AB12AB

Tints of Dark Magenta #AB12AB

RGB

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

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

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

R = 47.5%
G = 5%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB12AB (or 0xAB12AB) is known color: Dark Magenta. HEX triplet: AB, 12 and AB. RGB value is (171,18,171). Sum of RGB (Red+Green+Blue) = 171+18+171=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB12AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12AB is #54ED54. Grayscale: #505050. Windows color (decimal): -5565781 or 11211435. OLE color: 11211435.

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

Color convert

RGB 171 18 171 -
CMYK 0 0.89 0 0.33
HSL 300º 0.81% 0.37% -
HSV(B) 300º 0.89% 0.67% -
XYZ 24.36 12.03 39.57 -
YUV 81.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 171 18 171 0 0.89 0 0.33 300 0.81 0.37
Hex AB 12 AB 0 59 0 21 12C 51 25
Octal 253 22 253 0 131 0 41 454 121 45
Binary 10101011 10010 10101011 0 1011001 0 100001 100101100 1010001 100101

Color Harmonies of #AB12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12AB

Black with #AB12AB

Text Example


Text Example

White with #AB12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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