#AE58A1

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

Shades of Violet Blue #AE58A1

Tints of Violet Blue #AE58A1

Color information

#AE58A1 (or 0xAE58A1) is unknown color: approx Violet Blue. HEX triplet: AE, 58 and A1. RGB value is (174,88,161). Sum of RGB (Red+Green+Blue) = 174+88+161=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE58A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE58A1 is #51A75E. Grayscale: #797979. Windows color (decimal): -5351263 or 10573998. OLE color: 10573998.

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

Color convert

RGB17488161-
CMYK00.490.070.32
HSL309.07º34.68%51.37%-
HSV(B)309.07º49.43%68.24%-
XYZ27.3818.5535.86-
YUV122.04149.99165.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=41.13%
G=20.80%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748816100.490.070.32309.0734.6851.37
HexAE58A10317201352333
Octal2561302410617404654363
Binary101011101011000101000010110001111100000100110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58A1; }

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

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

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

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

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

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

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

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