#AE71AA

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

Shades of Violet Blue #AE71AA

Tints of Violet Blue #AE71AA

Color information

#AE71AA (or 0xAE71AA) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and AA. RGB value is (174,113,170). Sum of RGB (Red+Green+Blue) = 174+113+170=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71AA is #518E55. Grayscale: #898989. Windows color (decimal): -5344854 or 11170222. OLE color: 11170222.

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

Color convert

RGB174113170-
CMYK00.350.020.32
HSL303.93º27.35%56.27%-
HSV(B)303.93º35.06%68.24%-
XYZ30.6223.7140.99-
YUV137.74146.21153.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=38.07%
G=24.73%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411317000.350.020.32303.9327.3556.27
HexAE71AA0232201301b38
Octal2561612520432404603370
Binary1010111011100011010101001000111010000010011000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71AA; }

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

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

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

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

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

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

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

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