#A22D7C

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

Shades of Medium Red Violet #A22D7C

Tints of Medium Red Violet #A22D7C

Color information

#A22D7C (or 0xA22D7C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2D and 7C. RGB value is (162,45,124). Sum of RGB (Red+Green+Blue) = 162+45+124=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D7C is #5DD283. Grayscale: #585858. Windows color (decimal): -6148740 or 8138146. OLE color: 8138146.

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

Color convert

RGB16245124-
CMYK00.720.230.36
HSL319.49º56.52%40.59%-
HSV(B)319.49º72.22%63.53%-
XYZ19.4811.0120.17-
YUV88.99147.76180.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=48.94%
G=13.60%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624512400.720.230.36319.4956.5240.59
HexA22D7C048172413f3929
Octal24255174011027444777151
Binary1010001010110111111000100100010111100100100111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D7C; }

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

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

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

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

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

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

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

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