#AE22A1

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

Shades of Medium Red Violet #AE22A1

Tints of Medium Red Violet #AE22A1

Color information

#AE22A1 (or 0xAE22A1) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and A1. RGB value is (174,34,161). Sum of RGB (Red+Green+Blue) = 174+34+161=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE22A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE22A1 is #51DD5E. Grayscale: #595959. Windows color (decimal): -5365087 or 10560174. OLE color: 10560174.

HSL color Cylindrical-coordinate representation of color #AE22A1: hue angle of 305.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE22A1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17434161-
CMYK00.800.070.32
HSL305.57º67.31%40.78%-
HSV(B)305.57º80.46%68.24%-
XYZ24.4612.7234.88-
YUV90.34167.88187.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=47.15%
G=9.21%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743416100.800.070.32305.5767.3140.78
HexAE22A10507201324329
Octal25642241012074046210351
Binary1010111010001010100001010100001111000001001100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE22A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE22A1; }

 p { color: rgb(174,34,161); }

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

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

 a { background-color: rgb(174,34,161); }

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

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

 span { border-color: rgb(174,34,161); }

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