Html Css Color HEX #AA0FB3 Deep Magenta

📋 copy color: '#AA0FB3'

red 170 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #AA0FB3

Tints of Deep Magenta #AA0FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.18%

R = 46.7%
G = 4.12%
B = 49.18%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA0FB3 (or 0xAA0FB3) is known color: Deep Magenta. HEX triplet: AA, 0F and B3. RGB value is (170,15,179). Sum of RGB (Red+Green+Blue) = 170+15+179=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA0FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FB3 is #55F04C. Grayscale: #4F4F4F. Windows color (decimal): -5632077 or 11734954. OLE color: 11734954.

HSL color Cylindrical-coordinate representation of color #AA0FB3: hue angle of 296.71º degrees, saturation: 0.85, 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 #AA0FB3 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 15 179 -
CMYK 0.05 0.92 0 0.30
HSL 296.71º 0.85% 0.38% -
HSV(B) 296.71º 0.92% 0.7% -
XYZ 24.89 12.14 43.68 -
YUV 80.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 170 15 179 0.05 0.92 0 0.30 296.71 0.85 0.38
Hex AA F B3 5 5C 0 1E 129 55 26
Octal 252 17 263 5 134 0 36 451 125 46
Binary 10101010 1111 10110011 101 1011100 0 11110 100101001 1010101 100110

Color Harmonies of #AA0FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FB3

Black with #AA0FB3

Text Example


Text Example

White with #AA0FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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