#AE4899

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

Shades of Violet Blue #AE4899

Tints of Violet Blue #AE4899

Color information

#AE4899 (or 0xAE4899) is unknown color: approx Violet Blue. HEX triplet: AE, 48 and 99. RGB value is (174,72,153). Sum of RGB (Red+Green+Blue) = 174+72+153=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4899 is #51B766. Grayscale: #6F6F6F. Windows color (decimal): -5355367 or 10045614. OLE color: 10045614.

HSL color Cylindrical-coordinate representation of color #AE4899: hue angle of 312.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4899 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17472153-
CMYK00.590.120.32
HSL312.35º41.46%48.24%-
HSV(B)312.35º58.62%68.24%-
XYZ25.5215.9331.87-
YUV111.73151.29172.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=43.61%
G=18.05%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747215300.590.120.32312.3541.4648.24
HexAE489903BC201382930
Octal25611023107314404705160
Binary1010111010010001001100101110111100100000100111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4899; }

 p { color: rgb(174,72,153); }

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

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

 a { background-color: rgb(174,72,153); }

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

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

 span { border-color: rgb(174,72,153); }

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