#A91A82

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

Shades of Medium Violet Red #A91A82

Tints of Medium Violet Red #A91A82

Color information

#A91A82 (or 0xA91A82) is unknown color: approx Medium Violet Red. HEX triplet: A9, 1A and 82. RGB value is (169,26,130). Sum of RGB (Red+Green+Blue) = 169+26+130=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91A82 is #56E57D. Grayscale: #505050. Windows color (decimal): -5694846 or 8526505. OLE color: 8526505.

HSL color Cylindrical-coordinate representation of color #A91A82: hue angle of 316.36º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A82 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB16926130-
CMYK00.850.230.34
HSL316.36º73.33%38.24%-
HSV(B)316.36º84.62%66.27%-
XYZ20.7610.7922.11-
YUV80.61155.88191.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 130 (51.17% from 255) = 40%
R=52%
G=8%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692613000.850.230.34316.3673.3338.24
HexA91A82055172213c4926
Octal251322020125274247411146
Binary10101001110101000001001010101101111000101001111001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91A82; }

 p { color: rgb(169,26,130); }

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

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

 a { background-color: rgb(169,26,130); }

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

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

 span { border-color: rgb(169,26,130); }

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