#A91280

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

Shades of Medium Violet Red #A91280

Tints of Medium Violet Red #A91280

Color information

#A91280 (or 0xA91280) is unknown color: approx Medium Violet Red. HEX triplet: A9, 12 and 80. RGB value is (169,18,128). Sum of RGB (Red+Green+Blue) = 169+18+128=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A91280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91280 is #56ED7F. Grayscale: #4B4B4B. Windows color (decimal): -5696896 or 8393385. OLE color: 8393385.

HSL color Cylindrical-coordinate representation of color #A91280: hue angle of 316.29º degrees, saturation: 0.81, 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 #A91280 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16918128-
CMYK00.890.240.34
HSL316.29º80.75%36.67%-
HSV(B)316.29º89.35%66.27%-
XYZ20.4710.4321.36-
YUV75.69157.53194.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=53.65%
G=5.71%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691812800.890.240.34316.2980.7536.67
HexA91280059182213c5125
Octal251222000131304247412145
Binary10101001100101000000001011001110001000101001111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91280; }

 p { color: rgb(169,18,128); }

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

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

 a { background-color: rgb(169,18,128); }

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

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

 span { border-color: rgb(169,18,128); }

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