#A93D7E

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

Shades of Medium Red Violet #A93D7E

Tints of Medium Red Violet #A93D7E

Color information

#A93D7E (or 0xA93D7E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 7E. RGB value is (169,61,126). Sum of RGB (Red+Green+Blue) = 169+61+126=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D7E is #56C281. Grayscale: #646464. Windows color (decimal): -5685890 or 8273321. OLE color: 8273321.

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

Color convert

RGB16961126-
CMYK00.640.250.34
HSL323.89º46.96%45.1%-
HSV(B)323.89º63.91%66.27%-
XYZ21.813.2821.15-
YUV100.7142.28176.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=47.47%
G=17.13%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696112600.640.250.34323.8946.9645.1
HexA93D7E04019221442f2d
Octal25175176010031425045755
Binary1010100111110111111100100000011001100010101000100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D7E; }

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

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

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

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

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

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

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

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