#A5347E

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

Shades of Medium Red Violet #A5347E

Tints of Medium Red Violet #A5347E

Color information

#A5347E (or 0xA5347E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 34 and 7E. RGB value is (165,52,126). Sum of RGB (Red+Green+Blue) = 165+52+126=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5347E is #5ACB81. Grayscale: #5E5E5E. Windows color (decimal): -5950338 or 8271013. OLE color: 8271013.

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

Color convert

RGB16552126-
CMYK00.680.240.35
HSL320.71º52.07%42.55%-
HSV(B)320.71º68.48%64.71%-
XYZ20.5111.9620.97-
YUV94.22145.94178.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=48.10%
G=15.16%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655212600.680.240.35320.7152.0742.55
HexA5347E0441823141342b
Octal24564176010430435016453
Binary1010010111010011111100100010011000100011101000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5347E; }

 p { color: rgb(165,52,126); }

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

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

 a { background-color: rgb(165,52,126); }

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

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

 span { border-color: rgb(165,52,126); }

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