Html Css Color HEX #AB0FAE Deep Magenta

📋 copy color: '#AB0FAE'

red 171 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #AB0FAE

Tints of Deep Magenta #AB0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.17%

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

R = 47.5%
G = 4.17%
B = 48.33%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB0FAE (or 0xAB0FAE) is known color: Deep Magenta. HEX triplet: AB, 0F and AE. RGB value is (171,15,174). Sum of RGB (Red+Green+Blue) = 171+15+174=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FAE is #54F051. Grayscale: #4F4F4F. Windows color (decimal): -5566546 or 11407275. OLE color: 11407275.

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

Color convert

RGB 171 15 174 -
CMYK 0.02 0.91 0 0.32
HSL 298.87º 0.84% 0.37% -
HSV(B) 298.87º 0.91% 0.68% -
XYZ 24.61 12.06 41.07 -
YUV 79.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 171 15 174 0.02 0.91 0 0.32 298.87 0.84 0.37
Hex AB F AE 2 5B 0 20 12B 54 25
Octal 253 17 256 2 133 0 40 453 124 45
Binary 10101011 1111 10101110 10 1011011 0 100000 100101011 1010100 100101

Color Harmonies of #AB0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FAE

Black with #AB0FAE

Text Example


Text Example

White with #AB0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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