#AE71AC

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

Shades of Violet Blue #AE71AC

Tints of Violet Blue #AE71AC

Color information

#AE71AC (or 0xAE71AC) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and AC. RGB value is (174,113,172). Sum of RGB (Red+Green+Blue) = 174+113+172=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE71AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71AC is #518E53. Grayscale: #898989. Windows color (decimal): -5344852 or 11301294. OLE color: 11301294.

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

Color convert

RGB174113172-
CMYK00.350.010.32
HSL301.97º27.35%56.27%-
HSV(B)301.97º35.06%68.24%-
XYZ30.8123.7942-
YUV137.96147.21153.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=37.91%
G=24.62%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411317200.350.010.32301.9727.3556.27
HexAE71AC02312012e1b38
Octal2561612540431404563370
Binary101011101110001101011000100011110000010010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71AC; }

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

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

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

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

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

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

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

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