Html Css Color HEX #AA397C Medium Red Violet

📋 copy color: '#AA397C'

red 170 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #AA397C

Tints of Medium Red Violet #AA397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 48.43%
G = 16.24%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA397C (or 0xAA397C) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7C. RGB value is (170,57,124). Sum of RGB (Red+Green+Blue) = 170+57+124=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397C is #55C683. Grayscale: #626262. Windows color (decimal): -5621380 or 8141226. OLE color: 8141226.

HSL color Cylindrical-coordinate representation of color #AA397C: hue angle of 324.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA397C is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 124 -
CMYK 0 0.66 0.27 0.33
HSL 324.42º 0.5% 0.45% -
HSV(B) 324.42º 0.66% 0.67% -
XYZ 21.68 12.93 20.42 -
YUV 98.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 170 57 124 0 0.66 0.27 0.33 324.42 0.5 0.45
Hex AA 39 7C 0 42 1B 21 144 32 2D
Octal 252 71 174 0 102 33 41 504 62 55
Binary 10101010 111001 1111100 0 1000010 11011 100001 101000100 110010 101101

Color Harmonies of #AA397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA397C

Black with #AA397C

Text Example


Text Example

White with #AA397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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