Html Css Color HEX #AA317C Medium Red Violet

📋 copy color: '#AA317C'

red 170 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #AA317C

Tints of Medium Red Violet #AA317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 49.56%
G = 14.29%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA317C (or 0xAA317C) is known color: Medium Red Violet. HEX triplet: AA, 31 and 7C. RGB value is (170,49,124). Sum of RGB (Red+Green+Blue) = 170+49+124=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA317C is #55CE83. Grayscale: #5D5D5D. Windows color (decimal): -5623428 or 8139178. OLE color: 8139178.

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

Color convert

RGB 170 49 124 -
CMYK 0 0.71 0.27 0.33
HSL 322.81º 0.55% 0.43% -
HSV(B) 322.81º 0.71% 0.67% -
XYZ 21.31 12.2 20.3 -
YUV 93.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 170 49 124 0 0.71 0.27 0.33 322.81 0.55 0.43
Hex AA 31 7C 0 47 1B 21 143 37 2B
Octal 252 61 174 0 107 33 41 503 67 53
Binary 10101010 110001 1111100 0 1000111 11011 100001 101000011 110111 101011

Color Harmonies of #AA317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA317C

Black with #AA317C

Text Example


Text Example

White with #AA317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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