#AE72A9

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

Shades of Violet Blue #AE72A9

Tints of Violet Blue #AE72A9

Color information

#AE72A9 (or 0xAE72A9) is unknown color: approx Violet Blue. HEX triplet: AE, 72 and A9. RGB value is (174,114,169). Sum of RGB (Red+Green+Blue) = 174+114+169=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72A9 is #518D56. Grayscale: #8A8A8A. Windows color (decimal): -5344599 or 11104942. OLE color: 11104942.

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

Color convert

RGB174114169-
CMYK00.340.030.32
HSL305º27.03%56.47%-
HSV(B)305º34.48%68.24%-
XYZ30.6323.940.53-
YUV138.21145.38153.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=38.07%
G=24.95%
B=36.98%

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
Decimal17411416900.340.030.3230527.0356.47
HexAE72A90223201311b38
Octal2561622510423404613370
Binary1010111011100101010100101000101110000010011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72A9; }

 p { color: rgb(174,114,169); }

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

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

 a { background-color: rgb(174,114,169); }

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

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

 span { border-color: rgb(174,114,169); }

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