#A7299D

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

Shades of Medium Red Violet #A7299D

Tints of Medium Red Violet #A7299D

Color information

#A7299D (or 0xA7299D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 29 and 9D. RGB value is (167,41,157). Sum of RGB (Red+Green+Blue) = 167+41+157=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7299D is #58D662. Grayscale: #5B5B5B. Windows color (decimal): -5822051 or 10299815. OLE color: 10299815.

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

Color convert

RGB16741157-
CMYK00.750.060.35
HSL304.76º60.58%40.78%-
HSV(B)304.76º75.45%65.49%-
XYZ22.8212.2433.06-
YUV91.9164.74181.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=45.75%
G=11.23%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674115700.750.060.35304.7660.5840.78
HexA7299D04B6231313d29
Octal2475123501136434617551
Binary101001111010011001110101001011110100011100110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7299D; }

 p { color: rgb(167,41,157); }

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

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

 a { background-color: rgb(167,41,157); }

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

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

 span { border-color: rgb(167,41,157); }

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