#AE76AD

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

Shades of Violet Blue #AE76AD

Tints of Violet Blue #AE76AD

Color information

#AE76AD (or 0xAE76AD) is unknown color: approx Violet Blue. HEX triplet: AE, 76 and AD. RGB value is (174,118,173). Sum of RGB (Red+Green+Blue) = 174+118+173=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76AD is #518952. Grayscale: #8C8C8C. Windows color (decimal): -5343571 or 11368110. OLE color: 11368110.

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

Color convert

RGB174118173-
CMYK00.320.010.32
HSL301.07º25.69%57.25%-
HSV(B)301.07º32.18%68.24%-
XYZ31.4824.9742.7-
YUV141.01146.05151.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=37.42%
G=25.38%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411817300.320.010.32301.0725.6957.25
HexAE76AD02012012d1a39
Octal2561662550401404553271
Binary101011101110110101011010100000110000010010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76AD; }

 p { color: rgb(174,118,173); }

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

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

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

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

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

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

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