#AA378E

Color #AA378E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA378E

Tints of Medium Red Violet #AA378E

Color information

#AA378E (or 0xAA378E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 37 and 8E. RGB value is (170,55,142). Sum of RGB (Red+Green+Blue) = 170+55+142=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA378E is #55C871. Grayscale: #636363. Windows color (decimal): -5621874 or 9320362. OLE color: 9320362.

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

Color convert

RGB17055142-
CMYK00.680.160.33
HSL314.61º51.11%44.12%-
HSV(B)314.61º67.65%66.67%-
XYZ22.8313.2326.94-
YUV99.3152.1178.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=46.32%
G=14.99%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705514200.680.160.33314.6151.1144.12
HexAA378E044102113b332c
Octal25267216010420414736354
Binary10101010110111100011100100010010000100001100111011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA378E; }

 p { color: rgb(170,55,142); }

 H1.HeaderClassName
 {
   color: #AA378E;
 }
 .AnyTagClassName
 {
   color: #AA378E;
 }
</style>
background-color css

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

 a { background-color: rgb(170,55,142); }

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

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

 span { border-color: rgb(170,55,142); }

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