#AE4092

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

Shades of Medium Red Violet #AE4092

Tints of Medium Red Violet #AE4092

Color information

#AE4092 (or 0xAE4092) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 92. RGB value is (174,64,146). Sum of RGB (Red+Green+Blue) = 174+64+146=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4092 is #51BF6D. Grayscale: #6A6A6A. Windows color (decimal): -5357422 or 9584814. OLE color: 9584814.

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

Color convert

RGB17464146-
CMYK00.630.160.32
HSL315.27º46.22%46.67%-
HSV(B)315.27º63.22%68.24%-
XYZ24.4814.7428.75-
YUV106.24150.44176.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=45.31%
G=16.67%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746414600.630.160.32315.2746.2246.67
HexAE409203F102013b2e2f
Octal25610022207720404735657
Binary10101110100000010010010011111110000100000100111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4092; }

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

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

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

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

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

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

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

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