#A7328F

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

Shades of Medium Red Violet #A7328F

Tints of Medium Red Violet #A7328F

Color information

#A7328F (or 0xA7328F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 32 and 8F. RGB value is (167,50,143). Sum of RGB (Red+Green+Blue) = 167+50+143=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7328F is #58CD70. Grayscale: #5F5F5F. Windows color (decimal): -5819761 or 9384615. OLE color: 9384615.

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

Color convert

RGB16750143-
CMYK00.700.140.35
HSL312.31º53.92%42.55%-
HSV(B)312.31º70.06%65.49%-
XYZ22.0312.4827.23-
YUV95.58154.76178.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=46.39%
G=13.89%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675014300.700.140.35312.3153.9242.55
HexA7328F046E23138362b
Octal24762217010616434706653
Binary1010011111001010001111010001101110100011100111000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7328F; }

 p { color: rgb(167,50,143); }

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

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

 a { background-color: rgb(167,50,143); }

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

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

 span { border-color: rgb(167,50,143); }

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