#A5387F

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

Shades of Medium Red Violet #A5387F

Tints of Medium Red Violet #A5387F

Color information

#A5387F (or 0xA5387F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 7F. RGB value is (165,56,127). Sum of RGB (Red+Green+Blue) = 165+56+127=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5387F is #5AC780. Grayscale: #606060. Windows color (decimal): -5949313 or 8337573. OLE color: 8337573.

HSL color Cylindrical-coordinate representation of color #A5387F: hue angle of 320.92º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5387F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16556127-
CMYK00.660.230.35
HSL320.92º49.32%43.33%-
HSV(B)320.92º66.06%64.71%-
XYZ20.7612.3621.37-
YUV96.68145.11176.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 127 (50% from 255) = 36.49%
R=47.41%
G=16.09%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655612700.660.230.35320.9249.3243.33
HexA5387F0421723141312b
Octal24570177010227435016153
Binary1010010111100011111110100001010111100011101000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5387F; }

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

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

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

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

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

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

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

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