#AE71B3

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

Shades of Violet Blue #AE71B3

Tints of Violet Blue #AE71B3

Color information

#AE71B3 (or 0xAE71B3) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and B3. RGB value is (174,113,179). Sum of RGB (Red+Green+Blue) = 174+113+179=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE71B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71B3 is #518E4C. Grayscale: #8A8A8A. Windows color (decimal): -5344845 or 11760046. OLE color: 11760046.

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

Color convert

RGB174113179-
CMYK0.030.3700.30
HSL295.45º30.28%57.25%-
HSV(B)295.45º36.87%70.2%-
XYZ31.524.0645.63-
YUV138.76150.71153.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=37.34%
G=24.25%
B=38.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741131790.030.3700.30295.4530.2857.25
HexAE71B332501E1271e39
Octal2561612633450364473671
Binary101011101110001101100111110010101111010010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71B3; }

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

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

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

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

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

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

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

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