Html Css Color HEX #AA0BAE Deep Magenta

📋 copy color: '#AA0BAE'

red 170 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #AA0BAE

Tints of Deep Magenta #AA0BAE

RGB

 RED value IS 170 (66.8% from 255) = 47.89%

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 47.89%
G = 3.1%
B = 49.01%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA0BAE (or 0xAA0BAE) is known color: Deep Magenta. HEX triplet: AA, 0B and AE. RGB value is (170,11,174). Sum of RGB (Red+Green+Blue) = 170+11+174=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BAE is #55F451. Grayscale: #4C4C4C. Windows color (decimal): -5633106 or 11406250. OLE color: 11406250.

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

Color convert

RGB 170 11 174 -
CMYK 0.02 0.94 0 0.32
HSL 298.53º 0.88% 0.36% -
HSV(B) 298.53º 0.94% 0.68% -
XYZ 24.34 11.84 41.05 -
YUV 77.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 170 11 174 0.02 0.94 0 0.32 298.53 0.88 0.36
Hex AA B AE 2 5E 0 20 12B 58 24
Octal 252 13 256 2 136 0 40 453 130 44
Binary 10101010 1011 10101110 10 1011110 0 100000 100101011 1011000 100100

Color Harmonies of #AA0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BAE

Black with #AA0BAE

Text Example


Text Example

White with #AA0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BAE; }

 p { color: rgb(170,11,174); }

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

background-color css

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

 a { background-color: rgb(170,11,174); }

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

border-color css

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

 span { border-color: rgb(170,11,174); }

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