Html Css Color HEX #AA319D Medium Red Violet

📋 copy color: '#AA319D'

red 170 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #AA319D

Tints of Medium Red Violet #AA319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 45.21%
G = 13.03%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA319D (or 0xAA319D) is known color: Medium Red Violet. HEX triplet: AA, 31 and 9D. RGB value is (170,49,157). Sum of RGB (Red+Green+Blue) = 170+49+157=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA319D is #55CE62. Grayscale: #616161. Windows color (decimal): -5623395 or 10301866. OLE color: 10301866.

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

Color convert

RGB 170 49 157 -
CMYK 0 0.71 0.08 0.33
HSL 306.45º 0.55% 0.43% -
HSV(B) 306.45º 0.71% 0.67% -
XYZ 23.76 13.18 33.19 -
YUV 97.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 170 49 157 0 0.71 0.08 0.33 306.45 0.55 0.43
Hex AA 31 9D 0 47 8 21 132 37 2B
Octal 252 61 235 0 107 10 41 462 67 53
Binary 10101010 110001 10011101 0 1000111 1000 100001 100110010 110111 101011

Color Harmonies of #AA319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA319D

Black with #AA319D

Text Example


Text Example

White with #AA319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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