#AE589D

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

Shades of Violet Blue #AE589D

Tints of Violet Blue #AE589D

Color information

#AE589D (or 0xAE589D) is unknown color: approx Violet Blue. HEX triplet: AE, 58 and 9D. RGB value is (174,88,157). Sum of RGB (Red+Green+Blue) = 174+88+157=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE589D is #51A762. Grayscale: #797979. Windows color (decimal): -5351267 or 10311854. OLE color: 10311854.

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

Color convert

RGB17488157-
CMYK00.490.100.32
HSL311.86º34.68%51.37%-
HSV(B)311.86º49.43%68.24%-
XYZ27.0318.4134.03-
YUV121.58147.99165.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=41.53%
G=21.00%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748815700.490.100.32311.8634.6851.37
HexAE589D031A201382333
Octal25613023506112404704363
Binary1010111010110001001110101100011010100000100111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE589D; }

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

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

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

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

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

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

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

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