#A54285

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

Shades of Medium Red Violet #A54285

Tints of Medium Red Violet #A54285

Color information

#A54285 (or 0xA54285) is unknown color: approx Medium Red Violet. HEX triplet: A5, 42 and 85. RGB value is (165,66,133). Sum of RGB (Red+Green+Blue) = 165+66+133=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54285 is #5ABD7A. Grayscale: #676767. Windows color (decimal): -5946747 or 8733349. OLE color: 8733349.

HSL color Cylindrical-coordinate representation of color #A54285: hue angle of 319.39º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54285 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16566133-
CMYK00.600.190.35
HSL319.39º42.86%45.29%-
HSV(B)319.39º60%64.71%-
XYZ21.713.5923.67-
YUV103.24144.8172.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=45.33%
G=18.13%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656613300.600.190.35319.3942.8645.29
HexA5428503C132313f2b2d
Octal24510220507423434775355
Binary10100101100001010000101011110010011100011100111111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54285; }

 p { color: rgb(165,66,133); }

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

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

 a { background-color: rgb(165,66,133); }

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

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

 span { border-color: rgb(165,66,133); }

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