#A5298A

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

Shades of Medium Red Violet #A5298A

Tints of Medium Red Violet #A5298A

Color information

#A5298A (or 0xA5298A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 29 and 8A. RGB value is (165,41,138). Sum of RGB (Red+Green+Blue) = 165+41+138=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5298A is #5AD675. Grayscale: #585858. Windows color (decimal): -5953142 or 9054629. OLE color: 9054629.

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

Color convert

RGB16541138-
CMYK00.750.160.35
HSL313.06º60.19%40.39%-
HSV(B)313.06º75.15%64.71%-
XYZ20.911.4225.15-
YUV89.13155.58182.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=47.97%
G=11.92%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654113800.750.160.35313.0660.1940.39
HexA5298A04B10231393c28
Octal24551212011320434717450
Binary10100101101001100010100100101110000100011100111001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5298A; }

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

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

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

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

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

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

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

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