#AE71B5

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

Shades of Violet Blue #AE71B5

Tints of Violet Blue #AE71B5

Color information

#AE71B5 (or 0xAE71B5) is unknown color: approx Violet Blue. HEX triplet: AE, 71 and B5. RGB value is (174,113,181). Sum of RGB (Red+Green+Blue) = 174+113+181=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE71B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71B5 is #518E4A. Grayscale: #8A8A8A. Windows color (decimal): -5344843 or 11891118. OLE color: 11891118.

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

Color convert

RGB174113181-
CMYK0.040.3800.29
HSL293.82º31.48%57.65%-
HSV(B)293.82º37.57%70.98%-
XYZ31.724.1546.71-
YUV138.99151.71152.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=37.18%
G=24.15%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741131810.040.3800.29293.8231.4857.65
HexAE71B542601D1261f3a
Octal2561612654460354463772
Binary1010111011100011011010110010011001110110010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71B5; }

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

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

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

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

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

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

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

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