#AE28AA

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

Shades of Medium Red Violet #AE28AA

Tints of Medium Red Violet #AE28AA

Color information

#AE28AA (or 0xAE28AA) is unknown color: approx Medium Red Violet. HEX triplet: AE, 28 and AA. RGB value is (174,40,170). Sum of RGB (Red+Green+Blue) = 174+40+170=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AA is #51D755. Grayscale: #5E5E5E. Windows color (decimal): -5363542 or 11151534. OLE color: 11151534.

HSL color Cylindrical-coordinate representation of color #AE28AA: hue angle of 301.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE28AA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17440170-
CMYK00.770.020.32
HSL301.79º62.62%41.96%-
HSV(B)301.79º77.01%68.24%-
XYZ25.4713.4239.28-
YUV94.89170.39184.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 40 (16.02% from 255) = 10.42%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=45.31%
G=10.42%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744017000.770.020.32301.7962.6241.96
HexAE28AA04D22012e3f2a
Octal2565025201152404567752
Binary10101110101000101010100100110110100000100101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE28AA; }

 p { color: rgb(174,40,170); }

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

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

 a { background-color: rgb(174,40,170); }

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

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

 span { border-color: rgb(174,40,170); }

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