Html Css Color HEX #AA299A Medium Red Violet

📋 copy color: '#AA299A'

red 170 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #AA299A

Tints of Medium Red Violet #AA299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

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

R = 46.58%
G = 11.23%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA299A (or 0xAA299A) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9A. RGB value is (170,41,154). Sum of RGB (Red+Green+Blue) = 170+41+154=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299A is #55D665. Grayscale: #5C5C5C. Windows color (decimal): -5625446 or 10103210. OLE color: 10103210.

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

Color convert

RGB 170 41 154 -
CMYK 0 0.76 0.09 0.33
HSL 307.44º 0.61% 0.41% -
HSV(B) 307.44º 0.76% 0.67% -
XYZ 23.2 12.47 31.75 -
YUV 92.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 170 41 154 0 0.76 0.09 0.33 307.44 0.61 0.41
Hex AA 29 9A 0 4C 9 21 133 3D 29
Octal 252 51 232 0 114 11 41 463 75 51
Binary 10101010 101001 10011010 0 1001100 1001 100001 100110011 111101 101001

Color Harmonies of #AA299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA299A

Black with #AA299A

Text Example


Text Example

White with #AA299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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