#A5298E

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

Shades of Medium Red Violet #A5298E

Tints of Medium Red Violet #A5298E

Color information

#A5298E (or 0xA5298E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 29 and 8E. RGB value is (165,41,142). Sum of RGB (Red+Green+Blue) = 165+41+142=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5298E is #5AD671. Grayscale: #595959. Windows color (decimal): -5953138 or 9316773. OLE color: 9316773.

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

Color convert

RGB16541142-
CMYK00.750.140.35
HSL311.13º60.19%40.39%-
HSV(B)311.13º75.15%64.71%-
XYZ21.1911.5426.7-
YUV89.59157.58181.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=47.41%
G=11.78%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654114200.750.140.35311.1360.1940.39
HexA5298E04BE231373c28
Octal24551216011316434677450
Binary1010010110100110001110010010111110100011100110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5298E; }

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

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

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

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

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

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

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

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