#AE6EAC

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

Shades of Violet Blue #AE6EAC

Tints of Violet Blue #AE6EAC

Color information

#AE6EAC (or 0xAE6EAC) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and AC. RGB value is (174,110,172). Sum of RGB (Red+Green+Blue) = 174+110+172=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EAC is #519153. Grayscale: #888888. Windows color (decimal): -5345620 or 11300526. OLE color: 11300526.

HSL color Cylindrical-coordinate representation of color #AE6EAC: hue angle of 301.88º 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 #AE6EAC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174110172-
CMYK00.370.010.32
HSL301.88º28.32%55.69%-
HSV(B)301.88º36.78%68.24%-
XYZ30.4823.1341.89-
YUV136.2148.2154.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=38.16%
G=24.12%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411017200.370.010.32301.8828.3255.69
HexAE6EAC02512012e1c38
Octal2561562540451404563470
Binary101011101101110101011000100101110000010010111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EAC; }

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

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

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

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

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

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

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

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