#A8329E

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

Shades of Medium Red Violet #A8329E

Tints of Medium Red Violet #A8329E

Color information

#A8329E (or 0xA8329E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 32 and 9E. RGB value is (168,50,158). Sum of RGB (Red+Green+Blue) = 168+50+158=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8329E is #57CD61. Grayscale: #616161. Windows color (decimal): -5754210 or 10367656. OLE color: 10367656.

HSL color Cylindrical-coordinate representation of color #A8329E: hue angle of 305.08º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8329E is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16850158-
CMYK00.700.060.34
HSL305.08º54.13%42.75%-
HSV(B)305.08º70.24%65.88%-
XYZ23.4613.0733.63-
YUV97.59162.09178.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=44.68%
G=13.30%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685015800.700.060.34305.0854.1342.75
HexA8329E046622131362b
Octal2506223601066424616653
Binary101010001100101001111001000110110100010100110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8329E; }

 p { color: rgb(168,50,158); }

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

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

 a { background-color: rgb(168,50,158); }

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

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

 span { border-color: rgb(168,50,158); }

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