#A8399B

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

Shades of Medium Red Violet #A8399B

Tints of Medium Red Violet #A8399B

Color information

#A8399B (or 0xA8399B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 39 and 9B. RGB value is (168,57,155). Sum of RGB (Red+Green+Blue) = 168+57+155=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399B is #57C664. Grayscale: #656565. Windows color (decimal): -5752421 or 10172840. OLE color: 10172840.

HSL color Cylindrical-coordinate representation of color #A8399B: hue angle of 307.03º 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 #A8399B is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16857155-
CMYK00.660.080.34
HSL307.03º49.33%44.12%-
HSV(B)307.03º66.07%65.88%-
XYZ23.5313.6232.4-
YUV101.36158.27175.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 57 (22.66% from 255) = 15%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=44.21%
G=15%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685715500.660.080.34307.0349.3344.12
HexA8399B042822133312c
Octal25071233010210424636154
Binary1010100011100110011011010000101000100010100110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8399B; }

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

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

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

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

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

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

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

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