Html Css Color HEX #AA498B Medium Red Violet

📋 copy color: '#AA498B'

red 170 ◦ green 73 ◦ blue 139

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

Shades of Medium Red Violet #AA498B

Tints of Medium Red Violet #AA498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 44.5%
G = 19.11%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA498B (or 0xAA498B) is known color: Medium Red Violet. HEX triplet: AA, 49 and 8B. RGB value is (170,73,139). Sum of RGB (Red+Green+Blue) = 170+73+139=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA498B is #55B674. Grayscale: #6D6D6D. Windows color (decimal): -5617269 or 9128362. OLE color: 9128362.

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

Color convert

RGB 170 73 139 -
CMYK 0 0.57 0.18 0.33
HSL 319.18º 0.4% 0.48% -
HSV(B) 319.18º 0.57% 0.67% -
XYZ 23.62 15.18 26.11 -
YUV 109.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 170 73 139 0 0.57 0.18 0.33 319.18 0.4 0.48
Hex AA 49 8B 0 39 12 21 13F 28 30
Octal 252 111 213 0 71 22 41 477 50 60
Binary 10101010 1001001 10001011 0 111001 10010 100001 100111111 101000 110000

Color Harmonies of #AA498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA498B

Black with #AA498B

Text Example


Text Example

White with #AA498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA498B; }

 p { color: rgb(170,73,139); }

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

background-color css

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

 a { background-color: rgb(170,73,139); }

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

border-color css

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

 span { border-color: rgb(170,73,139); }

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