#A93B9A

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

Shades of Medium Red Violet #A93B9A

Tints of Medium Red Violet #A93B9A

Color information

#A93B9A (or 0xA93B9A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3B and 9A. RGB value is (169,59,154). Sum of RGB (Red+Green+Blue) = 169+59+154=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B9A is #56C465. Grayscale: #666666. Windows color (decimal): -5686374 or 10107817. OLE color: 10107817.

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

Color convert

RGB16959154-
CMYK00.650.090.34
HSL308.18º48.25%44.71%-
HSV(B)308.18º65.09%66.27%-
XYZ23.7613.932-
YUV102.72156.94175.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=44.24%
G=15.45%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695915400.650.090.34308.1848.2544.71
HexA93B9A041922134302d
Octal25173232010111424646055
Binary1010100111101110011010010000011001100010100110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B9A; }

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

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

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

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

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

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

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

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