Html Css Color HEX #AA3199 Medium Red Violet

📋 copy color: '#AA3199'

red 170 ◦ green 49 ◦ blue 153

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

Shades of Medium Red Violet #AA3199

Tints of Medium Red Violet #AA3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.17%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 45.7%
G = 13.17%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA3199 (or 0xAA3199) is known color: Medium Red Violet. HEX triplet: AA, 31 and 99. RGB value is (170,49,153). Sum of RGB (Red+Green+Blue) = 170+49+153=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3199 is #55CE66. Grayscale: #606060. Windows color (decimal): -5623399 or 10039722. OLE color: 10039722.

HSL color Cylindrical-coordinate representation of color #AA3199: hue angle of 308.43º 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 #AA3199 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 153 -
CMYK 0 0.71 0.1 0.33
HSL 308.43º 0.55% 0.43% -
HSV(B) 308.43º 0.71% 0.67% -
XYZ 23.43 13.04 31.42 -
YUV 97.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 170 49 153 0 0.71 0.1 0.33 308.43 0.55 0.43
Hex AA 31 99 0 47 A 21 134 37 2B
Octal 252 61 231 0 107 12 41 464 67 53
Binary 10101010 110001 10011001 0 1000111 1010 100001 100110100 110111 101011

Color Harmonies of #AA3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3199

Black with #AA3199

Text Example


Text Example

White with #AA3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3199; }

 p { color: rgb(170,49,153); }

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

background-color css

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

 a { background-color: rgb(170,49,153); }

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

border-color css

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

 span { border-color: rgb(170,49,153); }

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