#a04488

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

Shades of Medium Red Violet #A04488

Tints of Medium Red Violet #A04488

Color information

#A04488 (or 0xA04488) is unknown color: approx Medium Red Violet. HEX triplet: A0, 44 and 88. RGB value is (160,68,136). Sum of RGB (Red+Green+Blue) = 160+68+136=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04488 is #5FBB77. Grayscale: #676767. Windows color (decimal): -6273912 or 8930464. OLE color: 8930464.

HSL color Cylindrical-coordinate representation of color #A04488: hue angle of 315.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04488 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16068136-
CMYK00.570.150.37
HSL315.65º40.35%44.71%-
HSV(B)315.65º57.5%62.75%-
XYZ21.0113.3924.77-
YUV103.26146.48168.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=43.96%
G=18.68%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606813600.570.150.37315.6540.3544.71
HexA04488039F2513c282d
Octal24010421007117454745055
Binary1010000010001001000100001110011111100101100111100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04488; }

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

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

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

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

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

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

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

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