#A81687

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

Shades of Medium Violet Red #A81687

Tints of Medium Violet Red #A81687

Color information

#A81687 (or 0xA81687) is unknown color: approx Medium Violet Red. HEX triplet: A8, 16 and 87. RGB value is (168,22,135). Sum of RGB (Red+Green+Blue) = 168+22+135=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A81687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81687 is #57E978. Grayscale: #4E4E4E. Windows color (decimal): -5761401 or 8853160. OLE color: 8853160.

HSL color Cylindrical-coordinate representation of color #A81687: hue angle of 313.56º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81687 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16822135-
CMYK00.870.200.34
HSL313.56º76.84%37.25%-
HSV(B)313.56º86.9%65.88%-
XYZ20.8110.6523.88-
YUV78.54159.87191.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=51.69%
G=6.77%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682213500.870.200.34313.5676.8437.25
HexA81687057142213a4d25
Octal250262070127244247211545
Binary10101000101101000011101010111101001000101001110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81687; }

 p { color: rgb(168,22,135); }

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

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

 a { background-color: rgb(168,22,135); }

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

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

 span { border-color: rgb(168,22,135); }

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