#A22774

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

Shades of Medium Red Violet #A22774

Tints of Medium Red Violet #A22774

Color information

#A22774 (or 0xA22774) is unknown color: approx Medium Red Violet. HEX triplet: A2, 27 and 74. RGB value is (162,39,116). Sum of RGB (Red+Green+Blue) = 162+39+116=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A22774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22774 is #5DD88B. Grayscale: #545454. Windows color (decimal): -6150284 or 7612322. OLE color: 7612322.

HSL color Cylindrical-coordinate representation of color #A22774: hue angle of 322.44º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22774 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16239116-
CMYK00.760.280.36
HSL322.44º61.19%39.41%-
HSV(B)322.44º75.93%63.53%-
XYZ18.7810.3917.54-
YUV84.56145.75183.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=51.10%
G=12.30%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623911600.760.280.36322.4461.1939.41
HexA2277404C1C241423d27
Octal24247164011434445027547
Binary1010001010011111101000100110011100100100101000010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22774; }

 p { color: rgb(162,39,116); }

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

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

 a { background-color: rgb(162,39,116); }

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

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

 span { border-color: rgb(162,39,116); }

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