#AE5898

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

Shades of Violet Blue #AE5898

Tints of Violet Blue #AE5898

Color information

#AE5898 (or 0xAE5898) is unknown color: approx Violet Blue. HEX triplet: AE, 58 and 98. RGB value is (174,88,152). Sum of RGB (Red+Green+Blue) = 174+88+152=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5898 is #51A767. Grayscale: #787878. Windows color (decimal): -5351272 or 9984174. OLE color: 9984174.

HSL color Cylindrical-coordinate representation of color #AE5898: hue angle of 315.35º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5898 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB17488152-
CMYK00.490.130.32
HSL315.35º34.68%51.37%-
HSV(B)315.35º49.43%68.24%-
XYZ26.6118.2531.82-
YUV121.01145.49165.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=42.03%
G=21.26%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748815200.490.130.32315.3534.6851.37
HexAE5898031D2013b2333
Octal25613023006115404734363
Binary1010111010110001001100001100011101100000100111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5898; }

 p { color: rgb(174,88,152); }

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

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

 a { background-color: rgb(174,88,152); }

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

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

 span { border-color: rgb(174,88,152); }

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