#A9387F

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

Shades of Medium Red Violet #A9387F

Tints of Medium Red Violet #A9387F

Color information

#A9387F (or 0xA9387F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 38 and 7F. RGB value is (169,56,127). Sum of RGB (Red+Green+Blue) = 169+56+127=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A9387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9387F is #56C780. Grayscale: #616161. Windows color (decimal): -5687169 or 8337577. OLE color: 8337577.

HSL color Cylindrical-coordinate representation of color #A9387F: hue angle of 322.3º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9387F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16956127-
CMYK00.670.250.34
HSL322.3º50.22%44.12%-
HSV(B)322.3º66.86%66.27%-
XYZ21.6112.821.41-
YUV97.88144.44178.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 127 (50% from 255) = 36.08%
R=48.01%
G=15.91%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695612700.670.250.34322.350.2244.12
HexA9387F0431922142322c
Octal25170177010331425026254
Binary1010100111100011111110100001111001100010101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9387F; }

 p { color: rgb(169,56,127); }

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

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

 a { background-color: rgb(169,56,127); }

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

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

 span { border-color: rgb(169,56,127); }

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