Html Css Color HEX #AA03AA Dark Magenta

📋 copy color: '#AA03AA'

red 170 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #AA03AA

Tints of Dark Magenta #AA03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 49.56%
G = 0.87%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA03AA (or 0xAA03AA) is known color: Dark Magenta. HEX triplet: AA, 03 and AA. RGB value is (170,3,170). Sum of RGB (Red+Green+Blue) = 170+3+170=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03AA is #55FC55. Grayscale: #474747. Windows color (decimal): -5635158 or 11142058. OLE color: 11142058.

HSL color Cylindrical-coordinate representation of color #AA03AA: hue angle of 300º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA03AA is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 170 -
CMYK 0 0.98 0 0.33
HSL 300º 0.97% 0.34% -
HSV(B) 300º 0.98% 0.67% -
XYZ 23.87 11.51 38.99 -
YUV 71.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 170 3 170 0 0.98 0 0.33 300 0.97 0.34
Hex AA 3 AA 0 62 0 21 12C 61 22
Octal 252 3 252 0 142 0 41 454 141 42
Binary 10101010 11 10101010 0 1100010 0 100001 100101100 1100001 100010

Color Harmonies of #AA03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03AA

Black with #AA03AA

Text Example


Text Example

White with #AA03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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