#A22B88

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

Shades of Medium Red Violet #A22B88

Tints of Medium Red Violet #A22B88

Color information

#A22B88 (or 0xA22B88) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2B and 88. RGB value is (162,43,136). Sum of RGB (Red+Green+Blue) = 162+43+136=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22B88 is #5DD477. Grayscale: #585858. Windows color (decimal): -6149240 or 8924066. OLE color: 8924066.

HSL color Cylindrical-coordinate representation of color #A22B88: hue angle of 313.11º 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 #A22B88 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16243136-
CMYK00.730.160.36
HSL313.11º58.05%40.2%-
HSV(B)313.11º73.46%63.53%-
XYZ20.2111.1924.39-
YUV89.18154.42179.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=47.51%
G=12.61%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624313600.730.160.36313.1158.0540.2
HexA22B8804910241393a28
Octal24253210011120444717250
Binary10100010101011100010000100100110000100100100111001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B88; }

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

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

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

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

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

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

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

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