Html Css Color HEX #AA329B Medium Red Violet

📋 copy color: '#AA329B'

red 170 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #AA329B

Tints of Medium Red Violet #AA329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 45.33%
G = 13.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA329B (or 0xAA329B) is known color: Medium Red Violet. HEX triplet: AA, 32 and 9B. RGB value is (170,50,155). Sum of RGB (Red+Green+Blue) = 170+50+155=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA329B is #55CD64. Grayscale: #616161. Windows color (decimal): -5623141 or 10171050. OLE color: 10171050.

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

Color convert

RGB 170 50 155 -
CMYK 0 0.71 0.09 0.33
HSL 307.5º 0.55% 0.43% -
HSV(B) 307.5º 0.71% 0.67% -
XYZ 23.63 13.19 32.31 -
YUV 97.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 170 50 155 0 0.71 0.09 0.33 307.5 0.55 0.43
Hex AA 32 9B 0 47 9 21 134 37 2B
Octal 252 62 233 0 107 11 41 464 67 53
Binary 10101010 110010 10011011 0 1000111 1001 100001 100110100 110111 101011

Color Harmonies of #AA329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA329B

Black with #AA329B

Text Example


Text Example

White with #AA329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA329B; }

 p { color: rgb(170,50,155); }

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

background-color css

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

 a { background-color: rgb(170,50,155); }

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

border-color css

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

 span { border-color: rgb(170,50,155); }

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