#A5347B

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

Shades of Medium Red Violet #A5347B

Tints of Medium Red Violet #A5347B

Color information

#A5347B (or 0xA5347B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 34 and 7B. RGB value is (165,52,123). Sum of RGB (Red+Green+Blue) = 165+52+123=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5347B is #5ACB84. Grayscale: #5D5D5D. Windows color (decimal): -5950341 or 8074405. OLE color: 8074405.

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

Color convert

RGB16552123-
CMYK00.680.250.35
HSL322.3º52.07%42.55%-
HSV(B)322.3º68.48%64.71%-
XYZ20.3211.8919.96-
YUV93.88144.44178.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=48.53%
G=15.29%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655212300.680.250.35322.352.0742.55
HexA5347B0441923142342b
Octal24564173010431435026453
Binary1010010111010011110110100010011001100011101000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5347B; }

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

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

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

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

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

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

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

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