#A83D8E

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

Shades of Medium Red Violet #A83D8E

Tints of Medium Red Violet #A83D8E

Color information

#A83D8E (or 0xA83D8E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3D and 8E. RGB value is (168,61,142). Sum of RGB (Red+Green+Blue) = 168+61+142=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83D8E is #57C271. Grayscale: #666666. Windows color (decimal): -5751410 or 9321896. OLE color: 9321896.

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

Color convert

RGB16861142-
CMYK00.640.150.34
HSL314.58º46.72%44.9%-
HSV(B)314.58º63.69%65.88%-
XYZ22.713.6227.02-
YUV102.23150.45174.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=45.28%
G=16.44%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686114200.640.150.34314.5846.7244.9
HexA83D8E040F2213b2f2d
Octal25075216010017424735755
Binary1010100011110110001110010000001111100010100111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D8E; }

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

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

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

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

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

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

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

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