#AE71AD

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

Shades of Violet Blue #AE71AD

Tints of Violet Blue #AE71AD

Color information

#AE71AD (or 0xAE71AD) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and AD. RGB value is (174,113,173). Sum of RGB (Red+Green+Blue) = 174+113+173=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE71AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71AD is #518E52. Grayscale: #898989. Windows color (decimal): -5344851 or 11366830. OLE color: 11366830.

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

Color convert

RGB174113173-
CMYK00.350.010.32
HSL300.98º27.35%56.27%-
HSV(B)300.98º35.06%68.24%-
XYZ30.923.8342.51-
YUV138.08147.71153.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=37.83%
G=24.57%
B=37.61%

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
Decimal17411317300.350.010.32300.9827.3556.27
HexAE71AD02312012d1b38
Octal2561612550431404553370
Binary101011101110001101011010100011110000010010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71AD; }

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

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

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

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

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

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

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

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