#A5327C

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

Shades of Medium Red Violet #A5327C

Tints of Medium Red Violet #A5327C

Color information

#A5327C (or 0xA5327C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 32 and 7C. RGB value is (165,50,124). Sum of RGB (Red+Green+Blue) = 165+50+124=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5327C is #5ACD83. Grayscale: #5C5C5C. Windows color (decimal): -5950852 or 8139429. OLE color: 8139429.

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

Color convert

RGB16550124-
CMYK00.700.250.35
HSL321.39º53.49%42.16%-
HSV(B)321.39º69.7%64.71%-
XYZ20.311.7420.26-
YUV92.82145.6179.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=48.67%
G=14.75%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655012400.700.250.35321.3953.4942.16
HexA5327C0461923141352a
Octal24562174010631435016552
Binary1010010111001011111000100011011001100011101000001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5327C; }

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

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

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

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

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

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

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

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