#A04284

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

Shades of Medium Red Violet #A04284

Tints of Medium Red Violet #A04284

Color information

#A04284 (or 0xA04284) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 84. RGB value is (160,66,132). Sum of RGB (Red+Green+Blue) = 160+66+132=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04284 is #5FBD7B. Grayscale: #656565. Windows color (decimal): -6274428 or 8667808. OLE color: 8667808.

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

Color convert

RGB16066132-
CMYK00.590.170.37
HSL317.87º41.59%44.31%-
HSV(B)317.87º58.75%62.75%-
XYZ20.6113.0423.26-
YUV101.63145.14169.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=44.69%
G=18.44%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606613200.590.170.37317.8741.5944.31
HexA0428403B112513e2a2c
Octal24010220407321454765254
Binary10100000100001010000100011101110001100101100111110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04284; }

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

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

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

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

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

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

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

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