#A04289

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

Shades of Medium Red Violet #A04289

Tints of Medium Red Violet #A04289

Color information

#A04289 (or 0xA04289) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 89. RGB value is (160,66,137). Sum of RGB (Red+Green+Blue) = 160+66+137=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04289 is #5FBD76. Grayscale: #666666. Windows color (decimal): -6274423 or 8995488. OLE color: 8995488.

HSL color Cylindrical-coordinate representation of color #A04289: hue angle of 314.68º 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 #A04289 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16066137-
CMYK00.590.140.37
HSL314.68º41.59%44.31%-
HSV(B)314.68º58.75%62.75%-
XYZ20.9613.1825.11-
YUV102.2147.64169.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=44.08%
G=18.18%
B=37.74%

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
Decimal1606613700.590.140.37314.6841.5944.31
HexA0428903BE2513b2a2c
Octal24010221107316454735254
Binary1010000010000101000100101110111110100101100111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04289; }

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

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

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

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

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

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

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

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