#A5297E

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

Shades of Medium Red Violet #A5297E

Tints of Medium Red Violet #A5297E

Color information

#A5297E (or 0xA5297E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 29 and 7E. RGB value is (165,41,126). Sum of RGB (Red+Green+Blue) = 165+41+126=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5297E is #5AD681. Grayscale: #575757. Windows color (decimal): -5953154 or 8268197. OLE color: 8268197.

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

Color convert

RGB16541126-
CMYK00.750.240.35
HSL318.87º60.19%40.39%-
HSV(B)318.87º75.15%64.71%-
XYZ20.0811.0920.82-
YUV87.77149.58183.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=49.70%
G=12.35%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654112600.750.240.35318.8760.1940.39
HexA5297E04B182313f3c28
Octal24551176011330434777450
Binary1010010110100111111100100101111000100011100111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5297E; }

 p { color: rgb(165,41,126); }

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

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

 a { background-color: rgb(165,41,126); }

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

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

 span { border-color: rgb(165,41,126); }

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