Html Css Color HEX #AA3193 Medium Red Violet

📋 copy color: '#AA3193'

red 170 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #AA3193

Tints of Medium Red Violet #AA3193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 46.45%
G = 13.39%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA3193 (or 0xAA3193) is known color: Medium Red Violet. HEX triplet: AA, 31 and 93. RGB value is (170,49,147). Sum of RGB (Red+Green+Blue) = 170+49+147=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3193 is #55CE6C. Grayscale: #606060. Windows color (decimal): -5623405 or 9646506. OLE color: 9646506.

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

Color convert

RGB 170 49 147 -
CMYK 0 0.71 0.14 0.33
HSL 311.41º 0.55% 0.43% -
HSV(B) 311.41º 0.71% 0.67% -
XYZ 22.94 12.85 28.87 -
YUV 96.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 170 49 147 0 0.71 0.14 0.33 311.41 0.55 0.43
Hex AA 31 93 0 47 E 21 137 37 2B
Octal 252 61 223 0 107 16 41 467 67 53
Binary 10101010 110001 10010011 0 1000111 1110 100001 100110111 110111 101011

Color Harmonies of #AA3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3193

Black with #AA3193

Text Example


Text Example

White with #AA3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3193; }

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

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

background-color css

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

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

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

border-color css

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

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

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