#A04288

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

Shades of Medium Red Violet #A04288

Tints of Medium Red Violet #A04288

Color information

#A04288 (or 0xA04288) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 88. RGB value is (160,66,136). Sum of RGB (Red+Green+Blue) = 160+66+136=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04288 is #5FBD77. Grayscale: #656565. Windows color (decimal): -6274424 or 8929952. OLE color: 8929952.

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

Color convert

RGB16066136-
CMYK00.590.150.37
HSL315.32º41.59%44.31%-
HSV(B)315.32º58.75%62.75%-
XYZ20.8913.1524.73-
YUV102.09147.14169.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=44.20%
G=18.23%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606613600.590.150.37315.3241.5944.31
HexA0428803BF2513b2a2c
Octal24010221007317454735254
Binary1010000010000101000100001110111111100101100111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04288; }

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

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

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

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

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

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

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

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