#A22D8B

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

Shades of Medium Red Violet #A22D8B

Tints of Medium Red Violet #A22D8B

Color information

#A22D8B (or 0xA22D8B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2D and 8B. RGB value is (162,45,139). Sum of RGB (Red+Green+Blue) = 162+45+139=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22D8B is #5DD274. Grayscale: #5A5A5A. Windows color (decimal): -6148725 or 9121186. OLE color: 9121186.

HSL color Cylindrical-coordinate representation of color #A22D8B: hue angle of 311.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D8B is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16245139-
CMYK00.720.140.36
HSL311.79º56.52%40.59%-
HSV(B)311.79º72.22%63.53%-
XYZ20.511.4225.55-
YUV90.7155.26178.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=46.82%
G=13.01%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624513900.720.140.36311.7956.5240.59
HexA22D8B048E241383929
Octal24255213011016444707151
Binary1010001010110110001011010010001110100100100111000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D8B; }

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

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

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

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

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

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

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

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