Html Css Color HEX #AA3192 Medium Red Violet

📋 copy color: '#AA3192'

red 170 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #AA3192

Tints of Medium Red Violet #AA3192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 46.58%
G = 13.42%
B = 40%

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

#AA3192 (or 0xAA3192) is known color: Medium Red Violet. HEX triplet: AA, 31 and 92. RGB value is (170,49,146). Sum of RGB (Red+Green+Blue) = 170+49+146=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3192 is #55CE6D. Grayscale: #5F5F5F. Windows color (decimal): -5623406 or 9580970. OLE color: 9580970.

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

Color convert

RGB 170 49 146 -
CMYK 0 0.71 0.14 0.33
HSL 311.9º 0.55% 0.43% -
HSV(B) 311.9º 0.71% 0.67% -
XYZ 22.86 12.82 28.46 -
YUV 96.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 170 49 146 0 0.71 0.14 0.33 311.9 0.55 0.43
Hex AA 31 92 0 47 E 21 138 37 2B
Octal 252 61 222 0 107 16 41 470 67 53
Binary 10101010 110001 10010010 0 1000111 1110 100001 100111000 110111 101011

Color Harmonies of #AA3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3192

Black with #AA3192

Text Example


Text Example

White with #AA3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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