Html Css Color HEX #AA387C Medium Red Violet

📋 copy color: '#AA387C'

red 170 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #AA387C

Tints of Medium Red Violet #AA387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 48.57%
G = 16%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA387C (or 0xAA387C) is known color: Medium Red Violet. HEX triplet: AA, 38 and 7C. RGB value is (170,56,124). Sum of RGB (Red+Green+Blue) = 170+56+124=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387C is #55C783. Grayscale: #616161. Windows color (decimal): -5621636 or 8140970. OLE color: 8140970.

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

Color convert

RGB 170 56 124 -
CMYK 0 0.67 0.27 0.33
HSL 324.21º 0.5% 0.44% -
HSV(B) 324.21º 0.67% 0.67% -
XYZ 21.63 12.83 20.41 -
YUV 97.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 170 56 124 0 0.67 0.27 0.33 324.21 0.5 0.44
Hex AA 38 7C 0 43 1B 21 144 32 2C
Octal 252 70 174 0 103 33 41 504 62 54
Binary 10101010 111000 1111100 0 1000011 11011 100001 101000100 110010 101100

Color Harmonies of #AA387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA387C

Black with #AA387C

Text Example


Text Example

White with #AA387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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