#A82B80

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

Shades of Medium Red Violet #A82B80

Tints of Medium Red Violet #A82B80

Color information

#A82B80 (or 0xA82B80) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2B and 80. RGB value is (168,43,128). Sum of RGB (Red+Green+Blue) = 168+43+128=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82B80 is #57D47F. Grayscale: #595959. Windows color (decimal): -5756032 or 8399784. OLE color: 8399784.

HSL color Cylindrical-coordinate representation of color #A82B80: hue angle of 319.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82B80 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16843128-
CMYK00.740.240.34
HSL319.2º59.24%41.37%-
HSV(B)319.2º74.4%65.88%-
XYZ20.9111.6121.56-
YUV90.06149.41183.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=49.56%
G=12.68%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684312800.740.240.34319.259.2441.37
HexA82B8004A182213f3b29
Octal25053200011230424777351
Binary10101000101011100000000100101011000100010100111111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B80; }

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

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

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

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

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

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

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

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