#A93E7C

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

Shades of Medium Red Violet #A93E7C

Tints of Medium Red Violet #A93E7C

Color information

#A93E7C (or 0xA93E7C) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3E and 7C. RGB value is (169,62,124). Sum of RGB (Red+Green+Blue) = 169+62+124=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E7C is #56C183. Grayscale: #646464. Windows color (decimal): -5685636 or 8142505. OLE color: 8142505.

HSL color Cylindrical-coordinate representation of color #A93E7C: hue angle of 325.23º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93E7C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16962124-
CMYK00.630.270.34
HSL325.23º46.32%45.29%-
HSV(B)325.23º63.31%66.27%-
XYZ21.7213.3420.5-
YUV101.06140.95176.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=47.61%
G=17.46%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696212400.630.270.34325.2346.3245.29
HexA93E7C03F1B221452e2d
Octal2517617407733425055655
Binary101010011111101111100011111111011100010101000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E7C; }

 p { color: rgb(169,62,124); }

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

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

 a { background-color: rgb(169,62,124); }

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

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

 span { border-color: rgb(169,62,124); }

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