#A8488E

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

Shades of Medium Red Violet #A8488E

Tints of Medium Red Violet #A8488E

Color information

#A8488E (or 0xA8488E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 48 and 8E. RGB value is (168,72,142). Sum of RGB (Red+Green+Blue) = 168+72+142=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8488E is #57B771. Grayscale: #6C6C6C. Windows color (decimal): -5748594 or 9324712. OLE color: 9324712.

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

Color convert

RGB16872142-
CMYK00.570.150.34
HSL316.25º40%47.06%-
HSV(B)316.25º57.14%65.88%-
XYZ23.3514.9127.24-
YUV108.68146.8170.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=43.98%
G=18.85%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687214200.570.150.34316.254047.06
HexA8488E039F2213c282f
Octal25011021607117424745057
Binary1010100010010001000111001110011111100010100111100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8488E; }

 p { color: rgb(168,72,142); }

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

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

 a { background-color: rgb(168,72,142); }

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

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

 span { border-color: rgb(168,72,142); }

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