Html Css Color HEX #AB11AE Deep Magenta

📋 copy color: '#AB11AE'

red 171 ◦ green 17 ◦ blue 174

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

Shades of Deep Magenta #AB11AE

Tints of Deep Magenta #AB11AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.7%

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

R = 47.24%
G = 4.7%
B = 48.07%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB11AE (or 0xAB11AE) is known color: Deep Magenta. HEX triplet: AB, 11 and AE. RGB value is (171,17,174). Sum of RGB (Red+Green+Blue) = 171+17+174=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11AE is #54EE51. Grayscale: #505050. Windows color (decimal): -5566034 or 11407787. OLE color: 11407787.

HSL color Cylindrical-coordinate representation of color #AB11AE: hue angle of 298.85º degrees, saturation: 0.82, 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 #AB11AE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 17 174 -
CMYK 0.02 0.90 0 0.32
HSL 298.85º 0.82% 0.37% -
HSV(B) 298.85º 0.9% 0.68% -
XYZ 24.64 12.11 41.08 -
YUV 80.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 171 17 174 0.02 0.90 0 0.32 298.85 0.82 0.37
Hex AB 11 AE 2 5A 0 20 12B 52 25
Octal 253 21 256 2 132 0 40 453 122 45
Binary 10101011 10001 10101110 10 1011010 0 100000 100101011 1010010 100101

Color Harmonies of #AB11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11AE

Black with #AB11AE

Text Example


Text Example

White with #AB11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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