#A04281

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

Shades of Medium Red Violet #A04281

Tints of Medium Red Violet #A04281

Color information

#A04281 (or 0xA04281) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 81. RGB value is (160,66,129). Sum of RGB (Red+Green+Blue) = 160+66+129=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04281 is #5FBD7E. Grayscale: #656565. Windows color (decimal): -6274431 or 8471200. OLE color: 8471200.

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

Color convert

RGB16066129-
CMYK00.590.190.37
HSL319.79º41.59%44.31%-
HSV(B)319.79º58.75%62.75%-
XYZ20.4112.9522.19-
YUV101.29143.64169.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=45.07%
G=18.59%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606612900.590.190.37319.7941.5944.31
HexA0428103B13251402a2c
Octal24010220107323455005254
Binary10100000100001010000001011101110011100101101000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04281; }

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

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

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

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

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

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

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

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