Html Css Color HEX #AA397E Medium Red Violet

📋 copy color: '#AA397E'

red 170 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #AA397E

Tints of Medium Red Violet #AA397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 48.16%
G = 16.15%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA397E (or 0xAA397E) is known color: Medium Red Violet. HEX triplet: AA, 39 and 7E. RGB value is (170,57,126). Sum of RGB (Red+Green+Blue) = 170+57+126=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397E is #55C681. Grayscale: #626262. Windows color (decimal): -5621378 or 8272298. OLE color: 8272298.

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

Color convert

RGB 170 57 126 -
CMYK 0 0.66 0.26 0.33
HSL 323.36º 0.5% 0.45% -
HSV(B) 323.36º 0.66% 0.67% -
XYZ 21.81 12.98 21.09 -
YUV 98.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 170 57 126 0 0.66 0.26 0.33 323.36 0.5 0.45
Hex AA 39 7E 0 42 1A 21 143 32 2D
Octal 252 71 176 0 102 32 41 503 62 55
Binary 10101010 111001 1111110 0 1000010 11010 100001 101000011 110010 101101

Color Harmonies of #AA397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA397E

Black with #AA397E

Text Example


Text Example

White with #AA397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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