#A13585

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

Shades of Medium Red Violet #A13585

Tints of Medium Red Violet #A13585

Color information

#A13585 (or 0xA13585) is unknown color: approx Medium Red Violet. HEX triplet: A1, 35 and 85. RGB value is (161,53,133). Sum of RGB (Red+Green+Blue) = 161+53+133=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A13585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13585 is #5ECA7A. Grayscale: #5E5E5E. Windows color (decimal): -6212219 or 8730017. OLE color: 8730017.

HSL color Cylindrical-coordinate representation of color #A13585: hue angle of 315.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13585 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16153133-
CMYK00.670.170.37
HSL315.56º50.47%41.96%-
HSV(B)315.56º67.08%63.14%-
XYZ20.211.8223.41-
YUV94.41149.78175.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=46.40%
G=15.27%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615313300.670.170.37315.5650.4741.96
HexA13585043112513c322a
Octal24165205010321454746252
Binary10100001110101100001010100001110001100101100111100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13585; }

 p { color: rgb(161,53,133); }

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

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

 a { background-color: rgb(161,53,133); }

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

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

 span { border-color: rgb(161,53,133); }

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