Html Css Color HEX #AA07A8 Dark Magenta

📋 copy color: '#AA07A8'

red 170 ◦ green 7 ◦ blue 168

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

Shades of Dark Magenta #AA07A8

Tints of Dark Magenta #AA07A8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 168 (66.02% from 255) = 48.7%

R = 49.28%
G = 2.03%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA07A8 (or 0xAA07A8) is known color: Dark Magenta. HEX triplet: AA, 07 and A8. RGB value is (170,7,168). Sum of RGB (Red+Green+Blue) = 170+7+168=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA07A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07A8 is #55F857. Grayscale: #494949. Windows color (decimal): -5634136 or 11012010. OLE color: 11012010.

HSL color Cylindrical-coordinate representation of color #AA07A8: hue angle of 300.74º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07A8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 168 -
CMYK 0 0.96 0.01 0.33
HSL 300.74º 0.92% 0.35% -
HSV(B) 300.74º 0.96% 0.67% -
XYZ 23.72 11.53 38.02 -
YUV 74.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 170 7 168 0 0.96 0.01 0.33 300.74 0.92 0.35
Hex AA 7 A8 0 60 1 21 12D 5C 23
Octal 252 7 250 0 140 1 41 455 134 43
Binary 10101010 111 10101000 0 1100000 1 100001 100101101 1011100 100011

Color Harmonies of #AA07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07A8

Black with #AA07A8

Text Example


Text Example

White with #AA07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07A8; }

 p { color: rgb(170,7,168); }

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

background-color css

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

 a { background-color: rgb(170,7,168); }

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

border-color css

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

 span { border-color: rgb(170,7,168); }

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