#A04189

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

Shades of Medium Red Violet #A04189

Tints of Medium Red Violet #A04189

Color information

#A04189 (or 0xA04189) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 89. RGB value is (160,65,137). Sum of RGB (Red+Green+Blue) = 160+65+137=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04189 is #5FBE76. Grayscale: #656565. Windows color (decimal): -6274679 or 8995232. OLE color: 8995232.

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

Color convert

RGB16065137-
CMYK00.590.140.37
HSL314.53º42.22%44.12%-
HSV(B)314.53º59.38%62.75%-
XYZ20.913.0625.09-
YUV101.61147.97169.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=44.20%
G=17.96%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606513700.590.140.37314.5342.2244.12
HexA0418903BE2513b2a2c
Octal24010121107316454735254
Binary1010000010000011000100101110111110100101100111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04189; }

 p { color: rgb(160,65,137); }

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

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

 a { background-color: rgb(160,65,137); }

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

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

 span { border-color: rgb(160,65,137); }

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