#AE72AE

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

Shades of Violet Blue #AE72AE

Tints of Violet Blue #AE72AE

Color information

#AE72AE (or 0xAE72AE) is unknown color: approx Violet Blue. HEX triplet: AE, 72 and AE. RGB value is (174,114,174). Sum of RGB (Red+Green+Blue) = 174+114+174=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72AE is #518D51. Grayscale: #8A8A8A. Windows color (decimal): -5344594 or 11432622. OLE color: 11432622.

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

Color convert

RGB174114174-
CMYK00.3400.32
HSL300º27.03%56.47%-
HSV(B)300º34.48%68.24%-
XYZ31.1124.0943.05-
YUV138.78147.88153.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=37.66%
G=24.68%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411417400.3400.3230027.0356.47
HexAE72AE02202012c1b38
Octal2561622560420404543370
Binary101011101110010101011100100010010000010010110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72AE; }

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

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

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

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

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

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

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

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