#A22E8D

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

Shades of Medium Red Violet #A22E8D

Tints of Medium Red Violet #A22E8D

Color information

#A22E8D (or 0xA22E8D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2E and 8D. RGB value is (162,46,141). Sum of RGB (Red+Green+Blue) = 162+46+141=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22E8D is #5DD172. Grayscale: #5B5B5B. Windows color (decimal): -6148467 or 9252514. OLE color: 9252514.

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

Color convert

RGB16246141-
CMYK00.720.130.36
HSL310.86º55.77%40.78%-
HSV(B)310.86º71.6%63.53%-
XYZ20.6911.5626.34-
YUV91.51155.93178.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=46.42%
G=13.18%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624614100.720.130.36310.8655.7740.78
HexA22E8D048D241373829
Octal24256215011015444677051
Binary1010001010111010001101010010001101100100100110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E8D; }

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

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

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

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

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

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

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

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