#a7219c

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

Shades of Medium Red Violet #A7219C

Tints of Medium Red Violet #A7219C

Color information

#A7219C (or 0xA7219C) is unknown color: approx Medium Red Violet. HEX triplet: A7, 21 and 9C. RGB value is (167,33,156). Sum of RGB (Red+Green+Blue) = 167+33+156=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7219C is #58DE63. Grayscale: #565656. Windows color (decimal): -5824100 or 10232231. OLE color: 10232231.

HSL color Cylindrical-coordinate representation of color #A7219C: hue angle of 304.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7219C is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16733156-
CMYK00.800.070.35
HSL304.93º67%39.22%-
HSV(B)304.93º80.24%65.49%-
XYZ22.4811.732.53-
YUV87.09166.89185-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=46.91%
G=9.27%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673315600.800.070.35304.936739.22
HexA7219C0507231314327
Octal24741234012074346110347
Binary1010011110000110011100010100001111000111001100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7219c; }

 p { color: rgb(167,33,156); }

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

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

 a { background-color: rgb(167,33,156); }

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

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

 span { border-color: rgb(167,33,156); }

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