#A8399C

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

Shades of Medium Red Violet #A8399C

Tints of Medium Red Violet #A8399C

Color information

#A8399C (or 0xA8399C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 39 and 9C. RGB value is (168,57,156). Sum of RGB (Red+Green+Blue) = 168+57+156=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399C is #57C663. Grayscale: #656565. Windows color (decimal): -5752420 or 10238376. OLE color: 10238376.

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

Color convert

RGB16857156-
CMYK00.660.070.34
HSL306.49º49.33%44.12%-
HSV(B)306.49º66.07%65.88%-
XYZ23.6113.6532.84-
YUV101.48158.77175.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=44.09%
G=14.96%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685715600.660.070.34306.4949.3344.12
HexA8399C042722132312c
Octal2507123401027424626154
Binary101010001110011001110001000010111100010100110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8399C; }

 p { color: rgb(168,57,156); }

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

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

 a { background-color: rgb(168,57,156); }

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

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

 span { border-color: rgb(168,57,156); }

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