#a5287f

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

Shades of Medium Red Violet #A5287F

Tints of Medium Red Violet #A5287F

Color information

#A5287F (or 0xA5287F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 28 and 7F. RGB value is (165,40,127). Sum of RGB (Red+Green+Blue) = 165+40+127=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5287F is #5AD780. Grayscale: #575757. Windows color (decimal): -5953409 or 8333477. OLE color: 8333477.

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

Color convert

RGB16540127-
CMYK00.760.230.35
HSL318.24º60.98%40.2%-
HSV(B)318.24º75.76%64.71%-
XYZ20.1111.0521.15-
YUV87.29150.41183.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 127 (50% from 255) = 38.25%
R=49.70%
G=12.05%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654012700.760.230.35318.2460.9840.2
HexA5287F04C172313e3d28
Octal24550177011427434767550
Binary1010010110100011111110100110010111100011100111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5287f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5287f; }

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

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

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

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

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

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

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

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