#A5348D

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

Shades of Medium Red Violet #A5348D

Tints of Medium Red Violet #A5348D

Color information

#A5348D (or 0xA5348D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 34 and 8D. RGB value is (165,52,141). Sum of RGB (Red+Green+Blue) = 165+52+141=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5348D is #5ACB72. Grayscale: #5F5F5F. Windows color (decimal): -5950323 or 9254053. OLE color: 9254053.

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

Color convert

RGB16552141-
CMYK00.680.150.35
HSL312.74º52.07%42.55%-
HSV(B)312.74º68.48%64.71%-
XYZ21.5512.3826.45-
YUV95.93153.44177.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=46.09%
G=14.53%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655214100.680.150.35312.7452.0742.55
HexA5348D044F23139342b
Octal24564215010417434716453
Binary1010010111010010001101010001001111100011100111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5348D; }

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

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

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

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

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

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

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

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