Html Css Color HEX #AA07AA Dark Magenta

📋 copy color: '#AA07AA'

red 170 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #AA07AA

Tints of Dark Magenta #AA07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 48.99%
G = 2.02%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA07AA (or 0xAA07AA) is known color: Dark Magenta. HEX triplet: AA, 07 and AA. RGB value is (170,7,170). Sum of RGB (Red+Green+Blue) = 170+7+170=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA07AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07AA is #55F855. Grayscale: #494949. Windows color (decimal): -5634134 or 11143082. OLE color: 11143082.

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

Color convert

RGB 170 7 170 -
CMYK 0 0.96 0 0.33
HSL 300º 0.92% 0.35% -
HSV(B) 300º 0.96% 0.67% -
XYZ 23.91 11.6 39.01 -
YUV 74.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 170 7 170 0 0.96 0 0.33 300 0.92 0.35
Hex AA 7 AA 0 60 0 21 12C 5C 23
Octal 252 7 252 0 140 0 41 454 134 43
Binary 10101010 111 10101010 0 1100000 0 100001 100101100 1011100 100011

Color Harmonies of #AA07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07AA

Black with #AA07AA

Text Example


Text Example

White with #AA07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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