#A54984

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

Shades of Medium Red Violet #A54984

Tints of Medium Red Violet #A54984

Color information

#A54984 (or 0xA54984) is unknown color: approx Medium Red Violet. HEX triplet: A5, 49 and 84. RGB value is (165,73,132). Sum of RGB (Red+Green+Blue) = 165+73+132=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A54984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54984 is #5AB67B. Grayscale: #6B6B6B. Windows color (decimal): -5944956 or 8669605. OLE color: 8669605.

HSL color Cylindrical-coordinate representation of color #A54984: hue angle of 321.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54984 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16573132-
CMYK00.560.200.35
HSL321.52º38.66%46.67%-
HSV(B)321.52º55.76%64.71%-
XYZ22.0614.4323.45-
YUV107.23141.98169.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=44.59%
G=19.73%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657313200.560.200.35321.5238.6646.67
HexA549840381423142272f
Octal24511120407024435024757
Binary10100101100100110000100011100010100100011101000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54984; }

 p { color: rgb(165,73,132); }

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

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

 a { background-color: rgb(165,73,132); }

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

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

 span { border-color: rgb(165,73,132); }

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