#A93383

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

Shades of Medium Red Violet #A93383

Tints of Medium Red Violet #A93383

Color information

#A93383 (or 0xA93383) is unknown color: approx Medium Red Violet. HEX triplet: A9, 33 and 83. RGB value is (169,51,131). Sum of RGB (Red+Green+Blue) = 169+51+131=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A93383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93383 is #56CC7C. Grayscale: #5F5F5F. Windows color (decimal): -5688445 or 8598441. OLE color: 8598441.

HSL color Cylindrical-coordinate representation of color #A93383: hue angle of 319.32º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93383 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16951131-
CMYK00.700.220.34
HSL319.32º53.64%43.14%-
HSV(B)319.32º69.82%66.27%-
XYZ21.6412.4422.73-
YUV95.4148.09180.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=48.15%
G=14.53%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695113100.700.220.34319.3253.6443.14
HexA93383046162213f362b
Octal25163203010626424776653
Binary10101001110011100000110100011010110100010100111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93383; }

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

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

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

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

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

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

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

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