Html Css Color HEX #AA07A0 Dark Magenta

📋 copy color: '#AA07A0'

red 170 ◦ green 7 ◦ blue 160

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

Shades of Dark Magenta #AA07A0

Tints of Dark Magenta #AA07A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 50.45%
G = 2.08%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA07A0 (or 0xAA07A0) is known color: Dark Magenta. HEX triplet: AA, 07 and A0. RGB value is (170,7,160). Sum of RGB (Red+Green+Blue) = 170+7+160=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA07A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07A0 is #55F85F. Grayscale: #484848. Windows color (decimal): -5634144 or 10487722. OLE color: 10487722.

HSL color Cylindrical-coordinate representation of color #AA07A0: hue angle of 303.68º 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 #AA07A0 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 160 -
CMYK 0 0.96 0.06 0.33
HSL 303.68º 0.92% 0.35% -
HSV(B) 303.68º 0.96% 0.67% -
XYZ 23 11.24 34.21 -
YUV 73.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 170 7 160 0 0.96 0.06 0.33 303.68 0.92 0.35
Hex AA 7 A0 0 60 6 21 130 5C 23
Octal 252 7 240 0 140 6 41 460 134 43
Binary 10101010 111 10100000 0 1100000 110 100001 100110000 1011100 100011

Color Harmonies of #AA07A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07A0

Black with #AA07A0

Text Example


Text Example

White with #AA07A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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