#A22E7C

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

Shades of Medium Red Violet #A22E7C

Tints of Medium Red Violet #A22E7C

Color information

#A22E7C (or 0xA22E7C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2E and 7C. RGB value is (162,46,124). Sum of RGB (Red+Green+Blue) = 162+46+124=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E7C is #5DD183. Grayscale: #595959. Windows color (decimal): -6148484 or 8138402. OLE color: 8138402.

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

Color convert

RGB16246124-
CMYK00.720.230.36
HSL319.66º55.77%40.78%-
HSV(B)319.66º71.6%63.53%-
XYZ19.5211.0920.18-
YUV89.58147.43179.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=48.80%
G=13.86%
B=37.35%

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
Decimal1624612400.720.230.36319.6655.7740.78
HexA22E7C04817241403829
Octal24256174011027445007051
Binary1010001010111011111000100100010111100100101000000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E7C; }

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

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

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

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

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

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

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

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