#a83b96

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

Shades of Medium Red Violet #A83B96

Tints of Medium Red Violet #A83B96

Color information

#A83B96 (or 0xA83B96) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3B and 96. RGB value is (168,59,150). Sum of RGB (Red+Green+Blue) = 168+59+150=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83B96 is #57C469. Grayscale: #656565. Windows color (decimal): -5751914 or 9845672. OLE color: 9845672.

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

Color convert

RGB16859150-
CMYK00.650.110.34
HSL309.91º48.02%44.51%-
HSV(B)309.91º64.88%65.88%-
XYZ23.2213.6530.27-
YUV101.96155.11175.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=44.56%
G=15.65%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685915000.650.110.34309.9148.0244.51
HexA83B96041B22136302d
Octal25073226010113424666055
Binary1010100011101110010110010000011011100010100110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83b96; }

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

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

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

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

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

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

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

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