Html Css Color HEX #AA3189 Medium Red Violet

📋 copy color: '#AA3189'

red 170 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #AA3189

Tints of Medium Red Violet #AA3189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 47.75%
G = 13.76%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA3189 (or 0xAA3189) is known color: Medium Red Violet. HEX triplet: AA, 31 and 89. RGB value is (170,49,137). Sum of RGB (Red+Green+Blue) = 170+49+137=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3189 is #55CE76. Grayscale: #5E5E5E. Windows color (decimal): -5623415 or 8991146. OLE color: 8991146.

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

Color convert

RGB 170 49 137 -
CMYK 0 0.71 0.19 0.33
HSL 316.36º 0.55% 0.43% -
HSV(B) 316.36º 0.71% 0.67% -
XYZ 22.19 12.55 24.92 -
YUV 95.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 170 49 137 0 0.71 0.19 0.33 316.36 0.55 0.43
Hex AA 31 89 0 47 13 21 13C 37 2B
Octal 252 61 211 0 107 23 41 474 67 53
Binary 10101010 110001 10001001 0 1000111 10011 100001 100111100 110111 101011

Color Harmonies of #AA3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3189

Black with #AA3189

Text Example


Text Example

White with #AA3189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3189; }

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

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

background-color css

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

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

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

border-color css

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

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

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