Html Css Color HEX #AA0C93 Dark Magenta

📋 copy color: '#AA0C93'

red 170 ◦ green 12 ◦ blue 147

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

Shades of Dark Magenta #AA0C93

Tints of Dark Magenta #AA0C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

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

R = 51.67%
G = 3.65%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA0C93 (or 0xAA0C93) is known color: Dark Magenta. HEX triplet: AA, 0C and 93. RGB value is (170,12,147). Sum of RGB (Red+Green+Blue) = 170+12+147=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C93 is #55F36C. Grayscale: #4A4A4A. Windows color (decimal): -5632877 or 9637034. OLE color: 9637034.

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

Color convert

RGB 170 12 147 -
CMYK 0 0.93 0.14 0.33
HSL 308.73º 0.87% 0.36% -
HSV(B) 308.73º 0.93% 0.67% -
XYZ 21.98 10.92 28.55 -
YUV 74.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 170 12 147 0 0.93 0.14 0.33 308.73 0.87 0.36
Hex AA C 93 0 5D E 21 135 57 24
Octal 252 14 223 0 135 16 41 465 127 44
Binary 10101010 1100 10010011 0 1011101 1110 100001 100110101 1010111 100100

Color Harmonies of #AA0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C93

Black with #AA0C93

Text Example


Text Example

White with #AA0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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