Html Css Color HEX #AA04B7 Deep Magenta

📋 copy color: '#AA04B7'

red 170 ◦ green 4 ◦ blue 183

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

Shades of Deep Magenta #AA04B7

Tints of Deep Magenta #AA04B7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 47.62%
G = 1.12%
B = 51.26%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA04B7 (or 0xAA04B7) is known color: Deep Magenta. HEX triplet: AA, 04 and B7. RGB value is (170,4,183). Sum of RGB (Red+Green+Blue) = 170+4+183=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA04B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04B7 is #55FB48. Grayscale: #494949. Windows color (decimal): -5634889 or 11994282. OLE color: 11994282.

HSL color Cylindrical-coordinate representation of color #AA04B7: hue angle of 295.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04B7 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 4 183 -
CMYK 0.07 0.98 0 0.28
HSL 295.64º 0.96% 0.37% -
HSV(B) 295.64º 0.98% 0.72% -
XYZ 25.17 12.05 45.8 -
YUV 74.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 170 4 183 0.07 0.98 0 0.28 295.64 0.96 0.37
Hex AA 4 B7 7 62 0 1C 128 60 25
Octal 252 4 267 7 142 0 34 450 140 45
Binary 10101010 100 10110111 111 1100010 0 11100 100101000 1100000 100101

Color Harmonies of #AA04B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04B7

Black with #AA04B7

Text Example


Text Example

White with #AA04B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04B7; }

 p { color: rgb(170,4,183); }

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

background-color css

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

 a { background-color: rgb(170,4,183); }

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

border-color css

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

 span { border-color: rgb(170,4,183); }

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