#A93D83

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

Shades of Medium Red Violet #A93D83

Tints of Medium Red Violet #A93D83

Color information

#A93D83 (or 0xA93D83) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 83. RGB value is (169,61,131). Sum of RGB (Red+Green+Blue) = 169+61+131=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93D83 is #56C27C. Grayscale: #656565. Windows color (decimal): -5685885 or 8601001. OLE color: 8601001.

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

Color convert

RGB16961131-
CMYK00.640.220.34
HSL321.11º46.96%45.1%-
HSV(B)321.11º63.91%66.27%-
XYZ22.1313.4122.9-
YUV101.27144.78176.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=46.81%
G=16.90%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696113100.640.220.34321.1146.9645.1
HexA93D8304016221412f2d
Octal25175203010026425015755
Binary10101001111101100000110100000010110100010101000001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D83; }

 p { color: rgb(169,61,131); }

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

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

 a { background-color: rgb(169,61,131); }

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

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

 span { border-color: rgb(169,61,131); }

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