#A81A7A

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

Shades of Medium Violet Red #A81A7A

Tints of Medium Violet Red #A81A7A

Color information

#A81A7A (or 0xA81A7A) is unknown color: approx Medium Violet Red. HEX triplet: A8, 1A and 7A. RGB value is (168,26,122). Sum of RGB (Red+Green+Blue) = 168+26+122=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A7A is #57E585. Grayscale: #4F4F4F. Windows color (decimal): -5760390 or 8002216. OLE color: 8002216.

HSL color Cylindrical-coordinate representation of color #A81A7A: hue angle of 319.44º 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 #A81A7A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16826122-
CMYK00.850.270.34
HSL319.44º73.2%38.04%-
HSV(B)319.44º84.52%65.88%-
XYZ20.0310.4719.38-
YUV79.4152.04191.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=53.16%
G=8.23%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682612200.850.270.34319.4473.238.04
HexA81A7A0551B2213f4926
Octal250321720125334247711146
Binary1010100011010111101001010101110111000101001111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81A7A; }

 p { color: rgb(168,26,122); }

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

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

 a { background-color: rgb(168,26,122); }

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

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

 span { border-color: rgb(168,26,122); }

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