#A7227F

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

Shades of Medium Red Violet #A7227F

Tints of Medium Red Violet #A7227F

Color information

#A7227F (or 0xA7227F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 22 and 7F. RGB value is (167,34,127). Sum of RGB (Red+Green+Blue) = 167+34+127=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7227F is #58DD80. Grayscale: #545454. Windows color (decimal): -5823873 or 8331943. OLE color: 8331943.

HSL color Cylindrical-coordinate representation of color #A7227F: hue angle of 318.05º degrees, saturation: 0.66, 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 #A7227F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16734127-
CMYK00.800.240.35
HSL318.05º66.17%39.41%-
HSV(B)318.05º79.64%65.49%-
XYZ20.3410.8921.11-
YUV84.37152.06186.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.91%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 127 (50% from 255) = 38.72%
R=50.91%
G=10.37%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673412700.800.240.35318.0566.1739.41
HexA7227F050182313e4227
Octal247421770120304347610247
Binary10100111100010111111101010000110001000111001111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7227F; }

 p { color: rgb(167,34,127); }

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

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

 a { background-color: rgb(167,34,127); }

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

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

 span { border-color: rgb(167,34,127); }

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