Html Css Color HEX #AB01AE Deep Magenta

📋 copy color: '#AB01AE'

red 171 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #AB01AE

Tints of Deep Magenta #AB01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 49.42%
G = 0.29%
B = 50.29%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB01AE (or 0xAB01AE) is known color: Deep Magenta. HEX triplet: AB, 01 and AE. RGB value is (171,1,174). Sum of RGB (Red+Green+Blue) = 171+1+174=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB01AE is #54FE51. Grayscale: #474747. Windows color (decimal): -5570130 or 11403691. OLE color: 11403691.

HSL color Cylindrical-coordinate representation of color #AB01AE: hue angle of 298.96º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01AE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 1 174 -
CMYK 0.02 0.99 0 0.32
HSL 298.96º 0.99% 0.34% -
HSV(B) 298.96º 0.99% 0.68% -
XYZ 24.45 11.74 41.02 -
YUV 71.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 171 1 174 0.02 0.99 0 0.32 298.96 0.99 0.34
Hex AB 1 AE 2 63 0 20 12B 63 22
Octal 253 1 256 2 143 0 40 453 143 42
Binary 10101011 1 10101110 10 1100011 0 100000 100101011 1100011 100010

Color Harmonies of #AB01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01AE

Black with #AB01AE

Text Example


Text Example

White with #AB01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01AE; }

 p { color: rgb(171,1,174); }

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

background-color css

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

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

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

border-color css

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

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

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