#AE6EB0

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

Shades of Violet Blue #AE6EB0

Tints of Violet Blue #AE6EB0

Color information

#AE6EB0 (or 0xAE6EB0) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and B0. RGB value is (174,110,176). Sum of RGB (Red+Green+Blue) = 174+110+176=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE6EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EB0 is #51914F. Grayscale: #888888. Windows color (decimal): -5345616 or 11562670. OLE color: 11562670.

HSL color Cylindrical-coordinate representation of color #AE6EB0: hue angle of 298.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6EB0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174110176-
CMYK0.010.3700.31
HSL298.18º29.46%56.08%-
HSV(B)298.18º37.5%69.02%-
XYZ30.8723.2943.94-
YUV136.66150.2154.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=37.83%
G=23.91%
B=38.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741101760.010.3700.31298.1829.4656.08
HexAE6EB012501F12a1d38
Octal2561562601450374523570
Binary10101110110111010110000110010101111110010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EB0; }

 p { color: rgb(174,110,176); }

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

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

 a { background-color: rgb(174,110,176); }

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

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

 span { border-color: rgb(174,110,176); }

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