#A83B77

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

Shades of Medium Red Violet #A83B77

Tints of Medium Red Violet #A83B77

Color information

#A83B77 (or 0xA83B77) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3B and 77. RGB value is (168,59,119). Sum of RGB (Red+Green+Blue) = 168+59+119=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83B77 is #57C488. Grayscale: #626262. Windows color (decimal): -5751945 or 7814056. OLE color: 7814056.

HSL color Cylindrical-coordinate representation of color #A83B77: hue angle of 326.97º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83B77 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16859119-
CMYK00.650.290.34
HSL326.97º48.02%44.51%-
HSV(B)326.97º64.88%65.88%-
XYZ21.0412.7818.81-
YUV98.43139.61177.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=48.55%
G=17.05%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685911900.650.290.34326.9748.0244.51
HexA83B770411D22147302d
Octal25073167010135425076055
Binary1010100011101111101110100000111101100010101000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83B77; }

 p { color: rgb(168,59,119); }

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

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

 a { background-color: rgb(168,59,119); }

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

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

 span { border-color: rgb(168,59,119); }

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