#A5298D

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

Shades of Medium Red Violet #A5298D

Tints of Medium Red Violet #A5298D

Color information

#A5298D (or 0xA5298D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 29 and 8D. RGB value is (165,41,141). Sum of RGB (Red+Green+Blue) = 165+41+141=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5298D is #5AD672. Grayscale: #595959. Windows color (decimal): -5953139 or 9251237. OLE color: 9251237.

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

Color convert

RGB16541141-
CMYK00.750.150.35
HSL311.61º60.19%40.39%-
HSV(B)311.61º75.15%64.71%-
XYZ21.1211.5126.31-
YUV89.48157.08181.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=47.55%
G=11.82%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654114100.750.150.35311.6160.1940.39
HexA5298D04BF231383c28
Octal24551215011317434707450
Binary1010010110100110001101010010111111100011100111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5298D; }

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

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

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

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

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

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

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

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