#AE6EAD

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

Shades of Violet Blue #AE6EAD

Tints of Violet Blue #AE6EAD

Color information

#AE6EAD (or 0xAE6EAD) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and AD. RGB value is (174,110,173). Sum of RGB (Red+Green+Blue) = 174+110+173=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6EAD is #519152. Grayscale: #888888. Windows color (decimal): -5345619 or 11366062. OLE color: 11366062.

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

Color convert

RGB174110173-
CMYK00.370.010.32
HSL300.94º28.32%55.69%-
HSV(B)300.94º36.78%68.24%-
XYZ30.5723.1742.4-
YUV136.32148.7154.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=38.07%
G=24.07%
B=37.86%

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
Decimal17411017300.370.010.32300.9428.3255.69
HexAE6EAD02512012d1c38
Octal2561562550451404553470
Binary101011101101110101011010100101110000010010110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EAD; }

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

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

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

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

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

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

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

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