#AA378F

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

Shades of Medium Red Violet #AA378F

Tints of Medium Red Violet #AA378F

Color information

#AA378F (or 0xAA378F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 37 and 8F. RGB value is (170,55,143). Sum of RGB (Red+Green+Blue) = 170+55+143=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA378F is #55C870. Grayscale: #636363. Windows color (decimal): -5621873 or 9385898. OLE color: 9385898.

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

Color convert

RGB17055143-
CMYK00.680.160.33
HSL314.09º51.11%44.12%-
HSV(B)314.09º67.65%66.67%-
XYZ22.913.2627.34-
YUV99.42152.6178.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=46.20%
G=14.95%
B=38.86%

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
Decimal1705514300.680.160.33314.0951.1144.12
HexAA378F044102113a332c
Octal25267217010420414726354
Binary10101010110111100011110100010010000100001100111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA378F; }

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

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

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

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

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

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

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

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