#A83B8E

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

Shades of Medium Red Violet #A83B8E

Tints of Medium Red Violet #A83B8E

Color information

#A83B8E (or 0xA83B8E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3B and 8E. RGB value is (168,59,142). Sum of RGB (Red+Green+Blue) = 168+59+142=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83B8E is #57C471. Grayscale: #646464. Windows color (decimal): -5751922 or 9321384. OLE color: 9321384.

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

Color convert

RGB16859142-
CMYK00.650.150.34
HSL314.31º48.02%44.51%-
HSV(B)314.31º64.88%65.88%-
XYZ22.5913.4126.99-
YUV101.05151.11175.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=45.53%
G=15.99%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685914200.650.150.34314.3148.0244.51
HexA83B8E041F2213a302d
Octal25073216010117424726055
Binary1010100011101110001110010000011111100010100111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83B8E; }

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

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

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

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

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

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

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

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