#A93B81

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

Shades of Medium Red Violet #A93B81

Tints of Medium Red Violet #A93B81

Color information

#A93B81 (or 0xA93B81) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3B and 81. RGB value is (169,59,129). Sum of RGB (Red+Green+Blue) = 169+59+129=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B81 is #56C47E. Grayscale: #636363. Windows color (decimal): -5686399 or 8469417. OLE color: 8469417.

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

Color convert

RGB16959129-
CMYK00.650.240.34
HSL321.82º48.25%44.71%-
HSV(B)321.82º65.09%66.27%-
XYZ21.8913.1522.15-
YUV99.87144.44177.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=47.34%
G=16.53%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695912900.650.240.34321.8248.2544.71
HexA93B810411822142302d
Octal25173201010130425026055
Binary10101001111011100000010100000111000100010101000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B81; }

 p { color: rgb(169,59,129); }

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

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

 a { background-color: rgb(169,59,129); }

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

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

 span { border-color: rgb(169,59,129); }

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