#AE22A6

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

Shades of Medium Red Violet #AE22A6

Tints of Medium Red Violet #AE22A6

Color information

#AE22A6 (or 0xAE22A6) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and A6. RGB value is (174,34,166). Sum of RGB (Red+Green+Blue) = 174+34+166=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE22A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE22A6 is #51DD59. Grayscale: #5A5A5A. Windows color (decimal): -5365082 or 10887854. OLE color: 10887854.

HSL color Cylindrical-coordinate representation of color #AE22A6: hue angle of 303.43º 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 #AE22A6 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17434166-
CMYK00.800.050.32
HSL303.43º67.31%40.78%-
HSV(B)303.43º80.46%68.24%-
XYZ24.9112.937.25-
YUV90.91170.38187.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 34 (13.67% from 255) = 9.09%
BLUE value IS 166 (65.23% from 255) = 44.39%
R=46.52%
G=9.09%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743416600.800.050.32303.4367.3140.78
HexAE22A605052012f4329
Octal25642246012054045710351
Binary1010111010001010100110010100001011000001001011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE22A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE22A6; }

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

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

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

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

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

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

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

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