#A22B75

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

Shades of Medium Red Violet #A22B75

Tints of Medium Red Violet #A22B75

Color information

#A22B75 (or 0xA22B75) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2B and 75. RGB value is (162,43,117). Sum of RGB (Red+Green+Blue) = 162+43+117=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22B75 is #5DD48A. Grayscale: #565656. Windows color (decimal): -6149259 or 7678882. OLE color: 7678882.

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

Color convert

RGB16243117-
CMYK00.730.280.36
HSL322.69º58.05%40.2%-
HSV(B)322.69º73.46%63.53%-
XYZ18.9810.6917.89-
YUV87.02144.92181.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=50.31%
G=13.35%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624311700.730.280.36322.6958.0540.2
HexA22B750491C241433a28
Octal24253165011134445037250
Binary1010001010101111101010100100111100100100101000011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B75; }

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

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

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

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

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

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

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

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