#A8378F

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

Shades of Medium Red Violet #A8378F

Tints of Medium Red Violet #A8378F

Color information

#A8378F (or 0xA8378F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 37 and 8F. RGB value is (168,55,143). Sum of RGB (Red+Green+Blue) = 168+55+143=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8378F is #57C870. Grayscale: #626262. Windows color (decimal): -5752945 or 9385896. OLE color: 9385896.

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

Color convert

RGB16855143-
CMYK00.670.150.34
HSL313.27º50.67%43.73%-
HSV(B)313.27º67.26%65.88%-
XYZ22.4713.0427.32-
YUV98.82152.94177.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=45.90%
G=15.03%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685514300.670.150.34313.2750.6743.73
HexA8378F043F22139332c
Octal25067217010317424716354
Binary1010100011011110001111010000111111100010100111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8378F; }

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

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

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

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

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

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

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

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