Html Css Color HEX #AA0FB2 Deep Magenta

📋 copy color: '#AA0FB2'

red 170 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #AA0FB2

Tints of Deep Magenta #AA0FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 46.83%
G = 4.13%
B = 49.04%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA0FB2 (or 0xAA0FB2) is known color: Deep Magenta. HEX triplet: AA, 0F and B2. RGB value is (170,15,178). Sum of RGB (Red+Green+Blue) = 170+15+178=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA0FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FB2 is #55F04D. Grayscale: #4F4F4F. Windows color (decimal): -5632078 or 11669418. OLE color: 11669418.

HSL color Cylindrical-coordinate representation of color #AA0FB2: hue angle of 297.06º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FB2 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 15 178 -
CMYK 0.04 0.92 0 0.30
HSL 297.06º 0.84% 0.38% -
HSV(B) 297.06º 0.92% 0.7% -
XYZ 24.78 12.1 43.15 -
YUV 79.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 170 15 178 0.04 0.92 0 0.30 297.06 0.84 0.38
Hex AA F B2 4 5C 0 1E 129 54 26
Octal 252 17 262 4 134 0 36 451 124 46
Binary 10101010 1111 10110010 100 1011100 0 11110 100101001 1010100 100110

Color Harmonies of #AA0FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FB2

Black with #AA0FB2

Text Example


Text Example

White with #AA0FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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