#A84490

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

Shades of Medium Red Violet #A84490

Tints of Medium Red Violet #A84490

Color information

#A84490 (or 0xA84490) is unknown color: approx Medium Red Violet. HEX triplet: A8, 44 and 90. RGB value is (168,68,144). Sum of RGB (Red+Green+Blue) = 168+68+144=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A84490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84490 is #57BB6F. Grayscale: #6A6A6A. Windows color (decimal): -5749616 or 9454760. OLE color: 9454760.

HSL color Cylindrical-coordinate representation of color #A84490: hue angle of 314.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84490 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB16868144-
CMYK00.600.140.34
HSL314.4º42.37%46.27%-
HSV(B)314.4º59.52%65.88%-
XYZ23.2514.4727.95-
YUV106.56149.13171.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=44.21%
G=17.89%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686814400.600.140.34314.442.3746.27
HexA8449003CE2213a2a2e
Octal25010422007416424725256
Binary1010100010001001001000001111001110100010100111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84490; }

 p { color: rgb(168,68,144); }

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

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

 a { background-color: rgb(168,68,144); }

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

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

 span { border-color: rgb(168,68,144); }

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