Html Css Color HEX #AA397F Medium Red Violet

📋 copy color: '#AA397F'

red 170 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #AA397F

Tints of Medium Red Violet #AA397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 48.02%
G = 16.1%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA397F (or 0xAA397F) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7F. RGB value is (170,57,127). Sum of RGB (Red+Green+Blue) = 170+57+127=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397F is #55C680. Grayscale: #626262. Windows color (decimal): -5621377 or 8337834. OLE color: 8337834.

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

Color convert

RGB 170 57 127 -
CMYK 0 0.66 0.25 0.33
HSL 322.83º 0.5% 0.45% -
HSV(B) 322.83º 0.66% 0.67% -
XYZ 21.87 13 21.44 -
YUV 98.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 170 57 127 0 0.66 0.25 0.33 322.83 0.5 0.45
Hex AA 39 7F 0 42 19 21 143 32 2D
Octal 252 71 177 0 102 31 41 503 62 55
Binary 10101010 111001 1111111 0 1000010 11001 100001 101000011 110010 101101

Color Harmonies of #AA397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA397F

Black with #AA397F

Text Example


Text Example

White with #AA397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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