#A91385

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

Shades of Medium Violet Red #A91385

Tints of Medium Violet Red #A91385

Color information

#A91385 (or 0xA91385) is unknown color: approx Medium Violet Red. HEX triplet: A9, 13 and 85. RGB value is (169,19,133). Sum of RGB (Red+Green+Blue) = 169+19+133=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A91385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91385 is #56EC7A. Grayscale: #4C4C4C. Windows color (decimal): -5696635 or 8721321. OLE color: 8721321.

HSL color Cylindrical-coordinate representation of color #A91385: hue angle of 314.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91385 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16919133-
CMYK00.890.210.34
HSL314.4º79.79%36.86%-
HSV(B)314.4º88.76%66.27%-
XYZ20.8310.5923.14-
YUV76.85159.7193.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=52.65%
G=5.92%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691913300.890.210.34314.479.7936.86
HexA91385059152213a5025
Octal251232050131254247212045
Binary10101001100111000010101011001101011000101001110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91385; }

 p { color: rgb(169,19,133); }

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

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

 a { background-color: rgb(169,19,133); }

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

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

 span { border-color: rgb(169,19,133); }

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