#AE6EAE

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

Shades of Violet Blue #AE6EAE

Tints of Violet Blue #AE6EAE

Color information

#AE6EAE (or 0xAE6EAE) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and AE. RGB value is (174,110,174). Sum of RGB (Red+Green+Blue) = 174+110+174=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EAE is #519151. Grayscale: #888888. Windows color (decimal): -5345618 or 11431598. OLE color: 11431598.

HSL color Cylindrical-coordinate representation of color #AE6EAE: hue angle of 300º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6EAE is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174110174-
CMYK00.3700.32
HSL300º28.32%55.69%-
HSV(B)300º36.78%68.24%-
XYZ30.6723.2142.91-
YUV136.43149.2154.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=37.99%
G=24.02%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411017400.3700.3230028.3255.69
HexAE6EAE02502012c1c38
Octal2561562560450404543470
Binary101011101101110101011100100101010000010010110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EAE; }

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

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

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

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

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

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

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

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