Html Css Color HEX #AA299C Medium Red Violet

📋 copy color: '#AA299C'

red 170 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #AA299C

Tints of Medium Red Violet #AA299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 46.32%
G = 11.17%
B = 42.51%

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

#AA299C (or 0xAA299C) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9C. RGB value is (170,41,156). Sum of RGB (Red+Green+Blue) = 170+41+156=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299C is #55D663. Grayscale: #5C5C5C. Windows color (decimal): -5625444 or 10234282. OLE color: 10234282.

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

Color convert

RGB 170 41 156 -
CMYK 0 0.76 0.08 0.33
HSL 306.51º 0.61% 0.41% -
HSV(B) 306.51º 0.76% 0.67% -
XYZ 23.37 12.53 32.64 -
YUV 92.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 170 41 156 0 0.76 0.08 0.33 306.51 0.61 0.41
Hex AA 29 9C 0 4C 8 21 133 3D 29
Octal 252 51 234 0 114 10 41 463 75 51
Binary 10101010 101001 10011100 0 1001100 1000 100001 100110011 111101 101001

Color Harmonies of #AA299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA299C

Black with #AA299C

Text Example


Text Example

White with #AA299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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