Html Css Color HEX #AA3497 Medium Red Violet

📋 copy color: '#AA3497'

red 170 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #AA3497

Tints of Medium Red Violet #AA3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 45.58%
G = 13.94%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA3497 (or 0xAA3497) is known color: Medium Red Violet. HEX triplet: AA, 34 and 97. RGB value is (170,52,151). Sum of RGB (Red+Green+Blue) = 170+52+151=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3497 is #55CB68. Grayscale: #626262. Windows color (decimal): -5622633 or 9909418. OLE color: 9909418.

HSL color Cylindrical-coordinate representation of color #AA3497: hue angle of 309.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3497 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 151 -
CMYK 0 0.69 0.11 0.33
HSL 309.66º 0.53% 0.44% -
HSV(B) 309.66º 0.69% 0.67% -
XYZ 23.39 13.24 30.6 -
YUV 98.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 170 52 151 0 0.69 0.11 0.33 309.66 0.53 0.44
Hex AA 34 97 0 45 B 21 136 35 2C
Octal 252 64 227 0 105 13 41 466 65 54
Binary 10101010 110100 10010111 0 1000101 1011 100001 100110110 110101 101100

Color Harmonies of #AA3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3497

Black with #AA3497

Text Example


Text Example

White with #AA3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3497; }

 p { color: rgb(170,52,151); }

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

background-color css

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

 a { background-color: rgb(170,52,151); }

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

border-color css

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

 span { border-color: rgb(170,52,151); }

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