Html Css Color HEX #AA319C Medium Red Violet

📋 copy color: '#AA319C'

red 170 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #AA319C

Tints of Medium Red Violet #AA319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 45.33%
G = 13.07%
B = 41.6%

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

#AA319C (or 0xAA319C) is known color: Medium Red Violet. HEX triplet: AA, 31 and 9C. RGB value is (170,49,156). Sum of RGB (Red+Green+Blue) = 170+49+156=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA319C is #55CE63. Grayscale: #616161. Windows color (decimal): -5623396 or 10236330. OLE color: 10236330.

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

Color convert

RGB 170 49 156 -
CMYK 0 0.71 0.08 0.33
HSL 306.94º 0.55% 0.43% -
HSV(B) 306.94º 0.71% 0.67% -
XYZ 23.68 13.14 32.74 -
YUV 97.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 170 49 156 0 0.71 0.08 0.33 306.94 0.55 0.43
Hex AA 31 9C 0 47 8 21 133 37 2B
Octal 252 61 234 0 107 10 41 463 67 53
Binary 10101010 110001 10011100 0 1000111 1000 100001 100110011 110111 101011

Color Harmonies of #AA319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA319C

Black with #AA319C

Text Example


Text Example

White with #AA319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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