Html Css Color HEX #AA387E Medium Red Violet

📋 copy color: '#AA387E'

red 170 ◦ green 56 ◦ blue 126

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

Shades of Medium Red Violet #AA387E

Tints of Medium Red Violet #AA387E

RGB

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

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

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

R = 48.3%
G = 15.91%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA387E (or 0xAA387E) is known color: Medium Red Violet. HEX triplet: AA, 38 and 7E. RGB value is (170,56,126). Sum of RGB (Red+Green+Blue) = 170+56+126=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387E is #55C781. Grayscale: #616161. Windows color (decimal): -5621634 or 8272042. OLE color: 8272042.

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

Color convert

RGB 170 56 126 -
CMYK 0 0.67 0.26 0.33
HSL 323.16º 0.5% 0.44% -
HSV(B) 323.16º 0.67% 0.67% -
XYZ 21.76 12.88 21.08 -
YUV 98.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 170 56 126 0 0.67 0.26 0.33 323.16 0.5 0.44
Hex AA 38 7E 0 43 1A 21 143 32 2C
Octal 252 70 176 0 103 32 41 503 62 54
Binary 10101010 111000 1111110 0 1000011 11010 100001 101000011 110010 101100

Color Harmonies of #AA387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA387E

Black with #AA387E

Text Example


Text Example

White with #AA387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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