Html Css Color HEX #AA2A9A Medium Red Violet

📋 copy color: '#AA2A9A'

red 170 ◦ green 42 ◦ blue 154

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

Shades of Medium Red Violet #AA2A9A

Tints of Medium Red Violet #AA2A9A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

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

R = 46.45%
G = 11.48%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA2A9A (or 0xAA2A9A) is known color: Medium Red Violet. HEX triplet: AA, 2A and 9A. RGB value is (170,42,154). Sum of RGB (Red+Green+Blue) = 170+42+154=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A9A is #55D565. Grayscale: #5C5C5C. Windows color (decimal): -5625190 or 10103466. OLE color: 10103466.

HSL color Cylindrical-coordinate representation of color #AA2A9A: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A9A is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 154 -
CMYK 0 0.75 0.09 0.33
HSL 307.5º 0.6% 0.42% -
HSV(B) 307.5º 0.75% 0.67% -
XYZ 23.24 12.54 31.77 -
YUV 93.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 170 42 154 0 0.75 0.09 0.33 307.5 0.6 0.42
Hex AA 2A 9A 0 4B 9 21 134 3C 2A
Octal 252 52 232 0 113 11 41 464 74 52
Binary 10101010 101010 10011010 0 1001011 1001 100001 100110100 111100 101010

Color Harmonies of #AA2A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A9A

Black with #AA2A9A

Text Example


Text Example

White with #AA2A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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