Html Css Color HEX #AB0EAC Deep Magenta

📋 copy color: '#AB0EAC'

red 171 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #AB0EAC

Tints of Deep Magenta #AB0EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 47.9%
G = 3.92%
B = 48.18%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB0EAC (or 0xAB0EAC) is known color: Deep Magenta. HEX triplet: AB, 0E and AC. RGB value is (171,14,172). Sum of RGB (Red+Green+Blue) = 171+14+172=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB0EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EAC is #54F153. Grayscale: #4E4E4E. Windows color (decimal): -5566804 or 11275947. OLE color: 11275947.

HSL color Cylindrical-coordinate representation of color #AB0EAC: hue angle of 299.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0EAC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 14 172 -
CMYK 0.01 0.92 0 0.33
HSL 299.62º 0.85% 0.36% -
HSV(B) 299.62º 0.92% 0.67% -
XYZ 24.4 11.95 40.05 -
YUV 78.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 171 14 172 0.01 0.92 0 0.33 299.62 0.85 0.36
Hex AB E AC 1 5C 0 21 12C 55 24
Octal 253 16 254 1 134 0 41 454 125 44
Binary 10101011 1110 10101100 1 1011100 0 100001 100101100 1010101 100100

Color Harmonies of #AB0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EAC

Black with #AB0EAC

Text Example


Text Example

White with #AB0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EAC; }

 p { color: rgb(171,14,172); }

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

background-color css

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

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

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

border-color css

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

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

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