#a5207a

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

Shades of Medium Red Violet #A5207A

Tints of Medium Red Violet #A5207A

Color information

#A5207A (or 0xA5207A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 20 and 7A. RGB value is (165,32,122). Sum of RGB (Red+Green+Blue) = 165+32+122=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A5207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5207A is #5ADF85. Grayscale: #515151. Windows color (decimal): -5955462 or 8003749. OLE color: 8003749.

HSL color Cylindrical-coordinate representation of color #A5207A: hue angle of 319.4º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5207A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16532122-
CMYK00.810.260.35
HSL319.4º67.51%38.63%-
HSV(B)319.4º80.61%64.71%-
XYZ19.5510.4419.4-
YUV82.03150.56187.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 32 (12.89% from 255) = 10.03%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=51.72%
G=10.03%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653212200.810.260.35319.467.5138.63
HexA5207A0511A2313f4427
Octal245401720121324347710447
Binary10100101100000111101001010001110101000111001111111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5207a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5207a; }

 p { color: rgb(165,32,122); }

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

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

 a { background-color: rgb(165,32,122); }

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

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

 span { border-color: rgb(165,32,122); }

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