#A84691

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

Shades of Medium Red Violet #A84691

Tints of Medium Red Violet #A84691

Color information

#A84691 (or 0xA84691) is unknown color: approx Medium Red Violet. HEX triplet: A8, 46 and 91. RGB value is (168,70,145). Sum of RGB (Red+Green+Blue) = 168+70+145=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A84691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84691 is #57B96E. Grayscale: #6B6B6B. Windows color (decimal): -5749103 or 9520808. OLE color: 9520808.

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

Color convert

RGB16870145-
CMYK00.580.140.34
HSL314.08º41.18%46.67%-
HSV(B)314.08º58.33%65.88%-
XYZ23.4514.7528.4-
YUV107.85148.97170.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=43.86%
G=18.28%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687014500.580.140.34314.0841.1846.67
HexA8469103AE2213a292f
Octal25010622107216424725157
Binary1010100010001101001000101110101110100010100111010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84691; }

 p { color: rgb(168,70,145); }

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

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

 a { background-color: rgb(168,70,145); }

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

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

 span { border-color: rgb(168,70,145); }

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