#A5327B

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

Shades of Medium Red Violet #A5327B

Tints of Medium Red Violet #A5327B

Color information

#A5327B (or 0xA5327B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 32 and 7B. RGB value is (165,50,123). Sum of RGB (Red+Green+Blue) = 165+50+123=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5327B is #5ACD84. Grayscale: #5C5C5C. Windows color (decimal): -5950853 or 8073893. OLE color: 8073893.

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

Color convert

RGB16550123-
CMYK00.700.250.35
HSL321.91º53.49%42.16%-
HSV(B)321.91º69.7%64.71%-
XYZ20.2311.7119.93-
YUV92.71145.1179.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=48.82%
G=14.79%
B=36.39%

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
Decimal1655012300.700.250.35321.9153.4942.16
HexA5327B0461923142352a
Octal24562173010631435026552
Binary1010010111001011110110100011011001100011101000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5327B; }

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

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

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

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

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

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

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

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