#A04085

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

Shades of Medium Red Violet #A04085

Tints of Medium Red Violet #A04085

Color information

#A04085 (or 0xA04085) is unknown color: approx Medium Red Violet. HEX triplet: A0, 40 and 85. RGB value is (160,64,133). Sum of RGB (Red+Green+Blue) = 160+64+133=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04085 is #5FBF7A. Grayscale: #646464. Windows color (decimal): -6274939 or 8732832. OLE color: 8732832.

HSL color Cylindrical-coordinate representation of color #A04085: hue angle of 316.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04085 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16064133-
CMYK00.60.170.37
HSL316.88º42.86%43.92%-
HSV(B)316.88º60%62.75%-
XYZ20.5612.8323.58-
YUV100.57146.3170.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=44.82%
G=17.93%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606413300.60.170.37316.8842.8643.92
HexA0408503C112513d2b2c
Octal24010020507421454755354
Binary10100000100000010000101011110010001100101100111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04085; }

 p { color: rgb(160,64,133); }

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

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

 a { background-color: rgb(160,64,133); }

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

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

 span { border-color: rgb(160,64,133); }

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