#A81380

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

Shades of Medium Violet Red #A81380

Tints of Medium Violet Red #A81380

Color information

#A81380 (or 0xA81380) is unknown color: approx Medium Violet Red. HEX triplet: A8, 13 and 80. RGB value is (168,19,128). Sum of RGB (Red+Green+Blue) = 168+19+128=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81380 is #57EC7F. Grayscale: #4B4B4B. Windows color (decimal): -5762176 or 8393640. OLE color: 8393640.

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

Color convert

RGB16819128-
CMYK00.890.240.34
HSL316.11º79.68%36.67%-
HSV(B)316.11º88.69%65.88%-
XYZ20.2810.3521.35-
YUV75.98157.36193.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 6.03%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=53.33%
G=6.03%
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
Decimal1681912800.890.240.34316.1179.6836.67
HexA81380059182213c5025
Octal250232000131304247412045
Binary10101000100111000000001011001110001000101001111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81380; }

 p { color: rgb(168,19,128); }

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

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

 a { background-color: rgb(168,19,128); }

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

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

 span { border-color: rgb(168,19,128); }

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