#AE71B4

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

Shades of Violet Blue #AE71B4

Tints of Violet Blue #AE71B4

Color information

#AE71B4 (or 0xAE71B4) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and B4. RGB value is (174,113,180). Sum of RGB (Red+Green+Blue) = 174+113+180=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE71B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71B4 is #518E4B. Grayscale: #8A8A8A. Windows color (decimal): -5344844 or 11825582. OLE color: 11825582.

HSL color Cylindrical-coordinate representation of color #AE71B4: hue angle of 294.63º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE71B4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174113180-
CMYK0.030.3700.29
HSL294.63º30.88%57.45%-
HSV(B)294.63º37.22%70.59%-
XYZ31.624.146.17-
YUV138.88151.21153.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=37.26%
G=24.20%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741131800.030.3700.29294.6330.8857.45
HexAE71B432501D1271f39
Octal2561612643450354473771
Binary101011101110001101101001110010101110110010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71B4; }

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

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

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

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

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

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

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

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