#A54189

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

Shades of Medium Red Violet #A54189

Tints of Medium Red Violet #A54189

Color information

#A54189 (or 0xA54189) is unknown color: approx Medium Red Violet. HEX triplet: A5, 41 and 89. RGB value is (165,65,137). Sum of RGB (Red+Green+Blue) = 165+65+137=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54189 is #5ABE76. Grayscale: #666666. Windows color (decimal): -5946999 or 8995237. OLE color: 8995237.

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

Color convert

RGB16565137-
CMYK00.610.170.35
HSL316.8º43.48%45.1%-
HSV(B)316.8º60.61%64.71%-
XYZ21.9213.5925.13-
YUV103.11147.13172.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=44.96%
G=17.71%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656513700.610.170.35316.843.4845.1
HexA5418903D112313d2b2d
Octal24510121107521434755355
Binary10100101100000110001001011110110001100011100111101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54189; }

 p { color: rgb(165,65,137); }

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

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

 a { background-color: rgb(165,65,137); }

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

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

 span { border-color: rgb(165,65,137); }

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