Html Css Color HEX #AA0A93 Dark Magenta

📋 copy color: '#AA0A93'

red 170 ◦ green 10 ◦ blue 147

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

Shades of Dark Magenta #AA0A93

Tints of Dark Magenta #AA0A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.06%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 51.99%
G = 3.06%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA0A93 (or 0xAA0A93) is known color: Dark Magenta. HEX triplet: AA, 0A and 93. RGB value is (170,10,147). Sum of RGB (Red+Green+Blue) = 170+10+147=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A93 is #55F56C. Grayscale: #494949. Windows color (decimal): -5633389 or 9636522. OLE color: 9636522.

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

Color convert

RGB 170 10 147 -
CMYK 0 0.94 0.14 0.33
HSL 308.63º 0.89% 0.35% -
HSV(B) 308.63º 0.94% 0.67% -
XYZ 21.95 10.87 28.54 -
YUV 73.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 170 10 147 0 0.94 0.14 0.33 308.63 0.89 0.35
Hex AA A 93 0 5E E 21 135 59 23
Octal 252 12 223 0 136 16 41 465 131 43
Binary 10101010 1010 10010011 0 1011110 1110 100001 100110101 1011001 100011

Color Harmonies of #AA0A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A93

Black with #AA0A93

Text Example


Text Example

White with #AA0A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A93; }

 p { color: rgb(170,10,147); }

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

background-color css

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

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

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

border-color css

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

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

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