#A54293

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

Shades of Medium Red Violet #A54293

Tints of Medium Red Violet #A54293

Color information

#A54293 (or 0xA54293) is unknown color: approx Medium Red Violet. HEX triplet: A5, 42 and 93. RGB value is (165,66,147). Sum of RGB (Red+Green+Blue) = 165+66+147=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A54293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54293 is #5ABD6C. Grayscale: #686868. Windows color (decimal): -5946733 or 9650853. OLE color: 9650853.

HSL color Cylindrical-coordinate representation of color #A54293: hue angle of 310.91º 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 #A54293 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16566147-
CMYK00.600.110.35
HSL310.91º42.86%45.29%-
HSV(B)310.91º60%64.71%-
XYZ22.731429.11-
YUV104.84151.8170.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=43.65%
G=17.46%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656614700.600.110.35310.9142.8645.29
HexA5429303CB231372b2d
Octal24510222307413434675355
Binary1010010110000101001001101111001011100011100110111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54293; }

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

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

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

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

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

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

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

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