#A5358E

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

Shades of Medium Red Violet #A5358E

Tints of Medium Red Violet #A5358E

Color information

#A5358E (or 0xA5358E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 35 and 8E. RGB value is (165,53,142). Sum of RGB (Red+Green+Blue) = 165+53+142=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5358E is #5ACA71. Grayscale: #606060. Windows color (decimal): -5950066 or 9319845. OLE color: 9319845.

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

Color convert

RGB16553142-
CMYK00.680.140.35
HSL312.32º51.38%42.75%-
HSV(B)312.32º67.88%64.71%-
XYZ21.6712.526.86-
YUV96.63153.61176.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=45.83%
G=14.72%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655314200.680.140.35312.3251.3842.75
HexA5358E044E23138332b
Octal24565216010416434706353
Binary1010010111010110001110010001001110100011100111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5358E; }

 p { color: rgb(165,53,142); }

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

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

 a { background-color: rgb(165,53,142); }

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

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

 span { border-color: rgb(165,53,142); }

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