Html Css Color HEX #AA299D Medium Red Violet

📋 copy color: '#AA299D'

red 170 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #AA299D

Tints of Medium Red Violet #AA299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 46.2%
G = 11.14%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA299D (or 0xAA299D) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9D. RGB value is (170,41,157). Sum of RGB (Red+Green+Blue) = 170+41+157=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299D is #55D662. Grayscale: #5C5C5C. Windows color (decimal): -5625443 or 10299818. OLE color: 10299818.

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

Color convert

RGB 170 41 157 -
CMYK 0 0.76 0.08 0.33
HSL 306.05º 0.61% 0.41% -
HSV(B) 306.05º 0.76% 0.67% -
XYZ 23.46 12.57 33.09 -
YUV 92.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 170 41 157 0 0.76 0.08 0.33 306.05 0.61 0.41
Hex AA 29 9D 0 4C 8 21 132 3D 29
Octal 252 51 235 0 114 10 41 462 75 51
Binary 10101010 101001 10011101 0 1001100 1000 100001 100110010 111101 101001

Color Harmonies of #AA299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA299D

Black with #AA299D

Text Example


Text Example

White with #AA299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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