#A7227A

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

Shades of Medium Red Violet #A7227A

Tints of Medium Red Violet #A7227A

Color information

#A7227A (or 0xA7227A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 22 and 7A. RGB value is (167,34,122). Sum of RGB (Red+Green+Blue) = 167+34+122=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A7227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7227A is #58DD85. Grayscale: #535353. Windows color (decimal): -5823878 or 8004263. OLE color: 8004263.

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

Color convert

RGB16734122-
CMYK00.800.270.35
HSL320.3º66.17%39.41%-
HSV(B)320.3º79.64%65.49%-
XYZ20.0210.7619.43-
YUV83.8149.56187.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=51.70%
G=10.53%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673412200.800.270.35320.366.1739.41
HexA7227A0501B231404227
Octal247421720120334350010247
Binary10100111100010111101001010000110111000111010000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7227A; }

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

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

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

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

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

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

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

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