Html Css Color HEX #AB12AD Deep Magenta

📋 copy color: '#AB12AD'

red 171 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #AB12AD

Tints of Deep Magenta #AB12AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 47.24%
G = 4.97%
B = 47.79%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB12AD (or 0xAB12AD) is known color: Deep Magenta. HEX triplet: AB, 12 and AD. RGB value is (171,18,173). Sum of RGB (Red+Green+Blue) = 171+18+173=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB12AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12AD is #54ED52. Grayscale: #505050. Windows color (decimal): -5565779 or 11342507. OLE color: 11342507.

HSL color Cylindrical-coordinate representation of color #AB12AD: hue angle of 299.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB12AD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 18 173 -
CMYK 0.01 0.90 0 0.32
HSL 299.23º 0.81% 0.37% -
HSV(B) 299.23º 0.9% 0.68% -
XYZ 24.55 12.11 40.58 -
YUV 81.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 171 18 173 0.01 0.90 0 0.32 299.23 0.81 0.37
Hex AB 12 AD 1 5A 0 20 12B 51 25
Octal 253 22 255 1 132 0 40 453 121 45
Binary 10101011 10010 10101101 1 1011010 0 100000 100101011 1010001 100101

Color Harmonies of #AB12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12AD

Black with #AB12AD

Text Example


Text Example

White with #AB12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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