#A93B82

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

Shades of Medium Red Violet #A93B82

Tints of Medium Red Violet #A93B82

Color information

#A93B82 (or 0xA93B82) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3B and 82. RGB value is (169,59,130). Sum of RGB (Red+Green+Blue) = 169+59+130=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B82 is #56C47D. Grayscale: #636363. Windows color (decimal): -5686398 or 8534953. OLE color: 8534953.

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

Color convert

RGB16959130-
CMYK00.650.230.34
HSL321.27º48.25%44.71%-
HSV(B)321.27º65.09%66.27%-
XYZ21.9613.1722.5-
YUV99.98144.94177.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=47.21%
G=16.48%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695913000.650.230.34321.2748.2544.71
HexA93B820411722141302d
Octal25173202010127425016055
Binary10101001111011100000100100000110111100010101000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B82; }

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

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

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

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

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

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

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

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