#A5327F

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

Shades of Medium Red Violet #A5327F

Tints of Medium Red Violet #A5327F

Color information

#A5327F (or 0xA5327F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 32 and 7F. RGB value is (165,50,127). Sum of RGB (Red+Green+Blue) = 165+50+127=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5327F is #5ACD80. Grayscale: #5C5C5C. Windows color (decimal): -5950849 or 8336037. OLE color: 8336037.

HSL color Cylindrical-coordinate representation of color #A5327F: hue angle of 319.83º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5327F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16550127-
CMYK00.700.230.35
HSL319.83º53.49%42.16%-
HSV(B)319.83º69.7%64.71%-
XYZ20.4911.8121.28-
YUV93.16147.1179.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 127 (50% from 255) = 37.13%
R=48.25%
G=14.62%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655012700.700.230.35319.8353.4942.16
HexA5327F0461723140352a
Octal24562177010627435006552
Binary1010010111001011111110100011010111100011101000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5327F; }

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

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

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

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

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

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

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

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