#A5299C

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

Shades of Medium Red Violet #A5299C

Tints of Medium Red Violet #A5299C

Color information

#A5299C (or 0xA5299C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 29 and 9C. RGB value is (165,41,156). Sum of RGB (Red+Green+Blue) = 165+41+156=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5299C is #5AD663. Grayscale: #5A5A5A. Windows color (decimal): -5953124 or 10234277. OLE color: 10234277.

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

Color convert

RGB16541156-
CMYK00.750.050.35
HSL304.35º60.19%40.39%-
HSV(B)304.35º75.15%64.71%-
XYZ22.3111.9932.59-
YUV91.19164.58180.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 41 (16.41% from 255) = 11.33%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=45.58%
G=11.33%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654115600.750.050.35304.3560.1940.39
HexA5299C04B5231303c28
Octal2455123401135434607450
Binary101001011010011001110001001011101100011100110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5299C; }

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

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

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

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

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

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

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

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