#AE68BD

Color #AE68BD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AE68BD

Tints of Deep Lilac #AE68BD

Color information

#AE68BD (or 0xAE68BD) is unknown color: approx Deep Lilac. HEX triplet: AE, 68 and BD. RGB value is (174,104,189). Sum of RGB (Red+Green+Blue) = 174+104+189=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BD is #519742. Grayscale: #868686. Windows color (decimal): -5347139 or 12413102. OLE color: 12413102.

HSL color Cylindrical-coordinate representation of color #AE68BD: hue angle of 289.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE68BD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174104189-
CMYK0.080.4500.26
HSL289.41º39.17%57.45%-
HSV(B)289.41º44.97%74.12%-
XYZ31.5922.5750.84-
YUV134.62158.69156.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=37.26%
G=22.27%
B=40.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741041890.080.4500.26289.4139.1757.45
HexAE68BD82D01A1212739
Octal25615027510550324414771
Binary101011101101000101111011000101101011010100100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68BD; }

 p { color: rgb(174,104,189); }

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

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

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

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

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

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

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