Html Css Color HEX #AB0DAE Deep Magenta

📋 copy color: '#AB0DAE'

red 171 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #AB0DAE

Tints of Deep Magenta #AB0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.63%

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

R = 47.77%
G = 3.63%
B = 48.6%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB0DAE (or 0xAB0DAE) is known color: Deep Magenta. HEX triplet: AB, 0D and AE. RGB value is (171,13,174). Sum of RGB (Red+Green+Blue) = 171+13+174=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DAE is #54F251. Grayscale: #4E4E4E. Windows color (decimal): -5567058 or 11406763. OLE color: 11406763.

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

Color convert

RGB 171 13 174 -
CMYK 0.02 0.93 0 0.32
HSL 298.88º 0.86% 0.37% -
HSV(B) 298.88º 0.93% 0.68% -
XYZ 24.58 12 41.07 -
YUV 78.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 171 13 174 0.02 0.93 0 0.32 298.88 0.86 0.37
Hex AB D AE 2 5D 0 20 12B 56 25
Octal 253 15 256 2 135 0 40 453 126 45
Binary 10101011 1101 10101110 10 1011101 0 100000 100101011 1010110 100101

Color Harmonies of #AB0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DAE

Black with #AB0DAE

Text Example


Text Example

White with #AB0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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