#A22D7A

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

Shades of Medium Red Violet #A22D7A

Tints of Medium Red Violet #A22D7A

Color information

#A22D7A (or 0xA22D7A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2D and 7A. RGB value is (162,45,122). Sum of RGB (Red+Green+Blue) = 162+45+122=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D7A is #5DD285. Grayscale: #585858. Windows color (decimal): -6148742 or 8007074. OLE color: 8007074.

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

Color convert

RGB16245122-
CMYK00.720.250.36
HSL320.51º56.52%40.59%-
HSV(B)320.51º72.22%63.53%-
XYZ19.3510.9619.51-
YUV88.76146.76180.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=49.24%
G=13.68%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624512200.720.250.36320.5156.5240.59
HexA22D7A04819241413929
Octal24255172011031445017151
Binary1010001010110111110100100100011001100100101000001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D7A; }

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

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

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

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

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

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

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

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