#A81A8F

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

Shades of Medium Violet Red #A81A8F

Tints of Medium Violet Red #A81A8F

Color information

#A81A8F (or 0xA81A8F) is unknown color: approx Medium Violet Red. HEX triplet: A8, 1A and 8F. RGB value is (168,26,143). Sum of RGB (Red+Green+Blue) = 168+26+143=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81A8F is #57E570. Grayscale: #515151. Windows color (decimal): -5760369 or 9378472. OLE color: 9378472.

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

Color convert

RGB16826143-
CMYK00.850.150.34
HSL310.56º73.2%38.04%-
HSV(B)310.56º84.52%65.88%-
XYZ21.4811.0526.99-
YUV81.8162.54189.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=49.85%
G=7.72%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682614300.850.150.34310.5673.238.04
HexA81A8F055F221374926
Octal250322170125174246711146
Binary1010100011010100011110101010111111000101001101111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81A8F; }

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

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

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

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

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

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

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

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