#AE72A8

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

Shades of Violet Blue #AE72A8

Tints of Violet Blue #AE72A8

Color information

#AE72A8 (or 0xAE72A8) is unknown color: approx Violet Blue. HEX triplet: AE, 72 and A8. RGB value is (174,114,168). Sum of RGB (Red+Green+Blue) = 174+114+168=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72A8 is #518D57. Grayscale: #898989. Windows color (decimal): -5344600 or 11039406. OLE color: 11039406.

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

Color convert

RGB174114168-
CMYK00.340.030.32
HSL306º27.03%56.47%-
HSV(B)306º34.48%68.24%-
XYZ30.5423.8640.04-
YUV138.1144.88153.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=38.16%
G=25%
B=36.84%

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
Decimal17411416800.340.030.3230627.0356.47
HexAE72A80223201321b38
Octal2561622500423404623370
Binary1010111011100101010100001000101110000010011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72A8; }

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

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

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

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

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

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

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

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