Html Css Color HEX #AA3997 Medium Red Violet

📋 copy color: '#AA3997'

red 170 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #AA3997

Tints of Medium Red Violet #AA3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

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

R = 44.97%
G = 15.08%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA3997 (or 0xAA3997) is known color: Medium Red Violet. HEX triplet: AA, 39 and 97. RGB value is (170,57,151). Sum of RGB (Red+Green+Blue) = 170+57+151=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3997 is #55C668. Grayscale: #656565. Windows color (decimal): -5621353 or 9910698. OLE color: 9910698.

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

Color convert

RGB 170 57 151 -
CMYK 0 0.66 0.11 0.33
HSL 310.09º 0.5% 0.45% -
HSV(B) 310.09º 0.66% 0.67% -
XYZ 23.63 13.71 30.68 -
YUV 101.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 170 57 151 0 0.66 0.11 0.33 310.09 0.5 0.45
Hex AA 39 97 0 42 B 21 136 32 2D
Octal 252 71 227 0 102 13 41 466 62 55
Binary 10101010 111001 10010111 0 1000010 1011 100001 100110110 110010 101101

Color Harmonies of #AA3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3997

Black with #AA3997

Text Example


Text Example

White with #AA3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3997; }

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

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

background-color css

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

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

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

border-color css

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

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

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