Html Css Color HEX #AA229C Medium Red Violet

📋 copy color: '#AA229C'

red 170 ◦ green 34 ◦ blue 156

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

Shades of Medium Red Violet #AA229C

Tints of Medium Red Violet #AA229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

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

R = 47.22%
G = 9.44%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA229C (or 0xAA229C) is known color: Medium Red Violet. HEX triplet: AA, 22 and 9C. RGB value is (170,34,156). Sum of RGB (Red+Green+Blue) = 170+34+156=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229C is #55DD63. Grayscale: #585858. Windows color (decimal): -5627236 or 10232490. OLE color: 10232490.

HSL color Cylindrical-coordinate representation of color #AA229C: hue angle of 306.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA229C is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 156 -
CMYK 0 0.80 0.08 0.33
HSL 306.18º 0.67% 0.4% -
HSV(B) 306.18º 0.8% 0.67% -
XYZ 23.15 12.09 32.57 -
YUV 88.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 170 34 156 0 0.80 0.08 0.33 306.18 0.67 0.4
Hex AA 22 9C 0 50 8 21 132 43 28
Octal 252 42 234 0 120 10 41 462 103 50
Binary 10101010 100010 10011100 0 1010000 1000 100001 100110010 1000011 101000

Color Harmonies of #AA229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA229C

Black with #AA229C

Text Example


Text Example

White with #AA229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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