#AE4088

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

Shades of Medium Red Violet #AE4088

Tints of Medium Red Violet #AE4088

Color information

#AE4088 (or 0xAE4088) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 88. RGB value is (174,64,136). Sum of RGB (Red+Green+Blue) = 174+64+136=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4088 is #51BF77. Grayscale: #686868. Windows color (decimal): -5357432 or 8929454. OLE color: 8929454.

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

Color convert

RGB17464136-
CMYK00.630.220.32
HSL320.73º46.22%46.67%-
HSV(B)320.73º63.22%68.24%-
XYZ23.7314.4424.83-
YUV105.1145.44177.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=46.52%
G=17.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746413600.630.220.32320.7346.2246.67
HexAE408803F16201412e2f
Octal25610021007726405015657
Binary10101110100000010001000011111110110100000101000001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4088; }

 p { color: rgb(174,64,136); }

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

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

 a { background-color: rgb(174,64,136); }

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

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

 span { border-color: rgb(174,64,136); }

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