#A83D7F

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

Shades of Medium Red Violet #A83D7F

Tints of Medium Red Violet #A83D7F

Color information

#A83D7F (or 0xA83D7F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3D and 7F. RGB value is (168,61,127). Sum of RGB (Red+Green+Blue) = 168+61+127=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D7F is #57C280. Grayscale: #646464. Windows color (decimal): -5751425 or 8338856. OLE color: 8338856.

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

Color convert

RGB16861127-
CMYK00.640.240.34
HSL322.99º46.72%44.9%-
HSV(B)322.99º63.69%65.88%-
XYZ21.6513.1921.48-
YUV100.52142.95176.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 127 (50% from 255) = 35.67%
R=47.19%
G=17.13%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686112700.640.240.34322.9946.7244.9
HexA83D7F04018221432f2d
Octal25075177010030425035755
Binary1010100011110111111110100000011000100010101000011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D7F; }

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

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

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

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

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

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

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

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