#A22B94

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

Shades of Medium Red Violet #A22B94

Tints of Medium Red Violet #A22B94

Color information

#A22B94 (or 0xA22B94) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2B and 94. RGB value is (162,43,148). Sum of RGB (Red+Green+Blue) = 162+43+148=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22B94 is #5DD46B. Grayscale: #5A5A5A. Windows color (decimal): -6149228 or 9710498. OLE color: 9710498.

HSL color Cylindrical-coordinate representation of color #A22B94: hue angle of 307.06º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B94 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16243148-
CMYK00.730.090.36
HSL307.06º58.05%40.2%-
HSV(B)307.06º73.46%63.53%-
XYZ21.1111.5529.13-
YUV90.55160.42178.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=45.89%
G=12.18%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624314800.730.090.36307.0658.0540.2
HexA22B940499241333a28
Octal24253224011111444637250
Binary1010001010101110010100010010011001100100100110011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B94; }

 p { color: rgb(162,43,148); }

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

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

 a { background-color: rgb(162,43,148); }

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

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

 span { border-color: rgb(162,43,148); }

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