#AE6DBE

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

Shades of Deep Lilac #AE6DBE

Tints of Deep Lilac #AE6DBE

Color information

#AE6DBE (or 0xAE6DBE) is unknown color: approx Deep Lilac. HEX triplet: AE, 6D and BE. RGB value is (174,109,190). Sum of RGB (Red+Green+Blue) = 174+109+190=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DBE is #519241. Grayscale: #898989. Windows color (decimal): -5345858 or 12479918. OLE color: 12479918.

HSL color Cylindrical-coordinate representation of color #AE6DBE: hue angle of 288.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6DBE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174109190-
CMYK0.080.4300.25
HSL288.15º38.39%58.63%-
HSV(B)288.15º42.63%74.51%-
XYZ32.2223.6551.58-
YUV137.67157.53153.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=36.79%
G=23.04%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741091900.080.4300.25288.1538.3958.63
HexAE6DBE82B019120263b
Octal25615527610530314404673
Binary101011101101101101111101000101011011001100100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DBE; }

 p { color: rgb(174,109,190); }

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

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

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

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

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

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

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