#A93D8A

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

Shades of Medium Red Violet #A93D8A

Tints of Medium Red Violet #A93D8A

Color information

#A93D8A (or 0xA93D8A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 8A. RGB value is (169,61,138). Sum of RGB (Red+Green+Blue) = 169+61+138=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93D8A is #56C275. Grayscale: #656565. Windows color (decimal): -5685878 or 9059753. OLE color: 9059753.

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

Color convert

RGB16961138-
CMYK00.640.180.34
HSL317.22º46.96%45.1%-
HSV(B)317.22º63.91%66.27%-
XYZ22.6213.6125.48-
YUV102.07148.28175.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=45.92%
G=16.58%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696113800.640.180.34317.2246.9645.1
HexA93D8A040122213d2f2d
Octal25175212010022424755755
Binary10101001111101100010100100000010010100010100111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D8A; }

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

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

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

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

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

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

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

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