#A22C8B

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

Shades of Medium Red Violet #A22C8B

Tints of Medium Red Violet #A22C8B

Color information

#A22C8B (or 0xA22C8B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2C and 8B. RGB value is (162,44,139). Sum of RGB (Red+Green+Blue) = 162+44+139=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22C8B is #5DD374. Grayscale: #595959. Windows color (decimal): -6148981 or 9120930. OLE color: 9120930.

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

Color convert

RGB16244139-
CMYK00.730.140.36
HSL311.69º57.28%40.39%-
HSV(B)311.69º72.84%63.53%-
XYZ20.4611.3525.54-
YUV90.11155.59179.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 44 (17.58% from 255) = 12.75%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=46.96%
G=12.75%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624413900.730.140.36311.6957.2840.39
HexA22C8B049E241383928
Octal24254213011116444707150
Binary1010001010110010001011010010011110100100100111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C8B; }

 p { color: rgb(162,44,139); }

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

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

 a { background-color: rgb(162,44,139); }

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

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

 span { border-color: rgb(162,44,139); }

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