#AE73AC

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

Shades of Violet Blue #AE73AC

Tints of Violet Blue #AE73AC

Color information

#AE73AC (or 0xAE73AC) is unknown color: approx Violet Blue. HEX triplet: AE, 73 and AC. RGB value is (174,115,172). Sum of RGB (Red+Green+Blue) = 174+115+172=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73AC is #518C53. Grayscale: #8A8A8A. Windows color (decimal): -5344340 or 11301806. OLE color: 11301806.

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

Color convert

RGB174115172-
CMYK00.340.010.32
HSL302.03º26.7%56.67%-
HSV(B)302.03º33.91%68.24%-
XYZ31.0324.2442.07-
YUV139.14146.55152.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=37.74%
G=24.95%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411517200.340.010.32302.0326.756.67
HexAE73AC02212012e1b39
Octal2561632540421404563371
Binary101011101110011101011000100010110000010010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73AC; }

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

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

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

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

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

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

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

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