#AE76AF

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

Shades of Violet Blue #AE76AF

Tints of Violet Blue #AE76AF

Color information

#AE76AF (or 0xAE76AF) is unknown color: approx Violet Blue. HEX triplet: AE, 76 and AF. RGB value is (174,118,175). Sum of RGB (Red+Green+Blue) = 174+118+175=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76AF is #518950. Grayscale: #8D8D8D. Windows color (decimal): -5343569 or 11499182. OLE color: 11499182.

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

Color convert

RGB174118175-
CMYK0.010.3300.31
HSL298.95º26.27%57.45%-
HSV(B)298.95º32.57%68.63%-
XYZ31.6725.0543.72-
YUV141.24147.05151.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=37.26%
G=25.27%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741181750.010.3300.31298.9526.2757.45
HexAE76AF12101F12b1a39
Octal2561662571410374533271
Binary10101110111011010101111110000101111110010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76AF; }

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

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

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

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

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

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

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

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