Html Css Color HEX #AA0FB5 Deep Magenta

📋 copy color: '#AA0FB5'

red 170 ◦ green 15 ◦ blue 181

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

Shades of Deep Magenta #AA0FB5

Tints of Deep Magenta #AA0FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 46.45%
G = 4.1%
B = 49.45%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA0FB5 (or 0xAA0FB5) is known color: Deep Magenta. HEX triplet: AA, 0F and B5. RGB value is (170,15,181). Sum of RGB (Red+Green+Blue) = 170+15+181=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA0FB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FB5 is #55F04A. Grayscale: #4F4F4F. Windows color (decimal): -5632075 or 11866026. OLE color: 11866026.

HSL color Cylindrical-coordinate representation of color #AA0FB5: hue angle of 296.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FB5 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 15 181 -
CMYK 0.06 0.92 0 0.29
HSL 296.02º 0.85% 0.38% -
HSV(B) 296.02º 0.92% 0.71% -
XYZ 25.09 12.22 44.75 -
YUV 80.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 170 15 181 0.06 0.92 0 0.29 296.02 0.85 0.38
Hex AA F B5 6 5C 0 1D 128 55 26
Octal 252 17 265 6 134 0 35 450 125 46
Binary 10101010 1111 10110101 110 1011100 0 11101 100101000 1010101 100110

Color Harmonies of #AA0FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FB5

Black with #AA0FB5

Text Example


Text Example

White with #AA0FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FB5; }

 p { color: rgb(170,15,181); }

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

background-color css

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

 a { background-color: rgb(170,15,181); }

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

border-color css

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

 span { border-color: rgb(170,15,181); }

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