#AE73A8

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

Shades of Violet Blue #AE73A8

Tints of Violet Blue #AE73A8

Color information

#AE73A8 (or 0xAE73A8) is unknown color: approx Violet Blue. HEX triplet: AE, 73 and A8. RGB value is (174,115,168). Sum of RGB (Red+Green+Blue) = 174+115+168=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73A8 is #518C57. Grayscale: #8A8A8A. Windows color (decimal): -5344344 or 11039662. OLE color: 11039662.

HSL color Cylindrical-coordinate representation of color #AE73A8: hue angle of 306.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE73A8 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174115168-
CMYK00.340.030.32
HSL306.1º26.7%56.67%-
HSV(B)306.1º33.91%68.24%-
XYZ30.6524.0940.08-
YUV138.68144.55153.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=38.07%
G=25.16%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411516800.340.030.32306.126.756.67
HexAE73A80223201321b39
Octal2561632500423404623371
Binary1010111011100111010100001000101110000010011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73A8; }

 p { color: rgb(174,115,168); }

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

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

 a { background-color: rgb(174,115,168); }

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

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

 span { border-color: rgb(174,115,168); }

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