Html Css Color HEX #AA0C9A Dark Magenta

📋 copy color: '#AA0C9A'

red 170 ◦ green 12 ◦ blue 154

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

Shades of Dark Magenta #AA0C9A

Tints of Dark Magenta #AA0C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 50.6%
G = 3.57%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA0C9A (or 0xAA0C9A) is known color: Dark Magenta. HEX triplet: AA, 0C and 9A. RGB value is (170,12,154). Sum of RGB (Red+Green+Blue) = 170+12+154=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C9A is #55F365. Grayscale: #4B4B4B. Windows color (decimal): -5632870 or 10095786. OLE color: 10095786.

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

Color convert

RGB 170 12 154 -
CMYK 0 0.93 0.09 0.33
HSL 306.08º 0.87% 0.36% -
HSV(B) 306.08º 0.93% 0.67% -
XYZ 22.54 11.14 31.53 -
YUV 75.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 170 12 154 0 0.93 0.09 0.33 306.08 0.87 0.36
Hex AA C 9A 0 5D 9 21 132 57 24
Octal 252 14 232 0 135 11 41 462 127 44
Binary 10101010 1100 10011010 0 1011101 1001 100001 100110010 1010111 100100

Color Harmonies of #AA0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C9A

Black with #AA0C9A

Text Example


Text Example

White with #AA0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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