#A8188E

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

Shades of Medium Violet Red #A8188E

Tints of Medium Violet Red #A8188E

Color information

#A8188E (or 0xA8188E) is unknown color: approx Medium Violet Red. HEX triplet: A8, 18 and 8E. RGB value is (168,24,142). Sum of RGB (Red+Green+Blue) = 168+24+142=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8188E is #57E771. Grayscale: #505050. Windows color (decimal): -5760882 or 9312424. OLE color: 9312424.

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

Color convert

RGB16824142-
CMYK00.860.150.34
HSL310.83º75%37.65%-
HSV(B)310.83º85.71%65.88%-
XYZ21.3610.9326.58-
YUV80.51162.71190.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=50.30%
G=7.19%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682414200.860.150.34310.837537.65
HexA8188E056F221374b26
Octal250302160126174246711346
Binary1010100011000100011100101011011111000101001101111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8188E; }

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

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

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

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

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

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

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

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