#AE6BBD

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

Shades of Deep Lilac #AE6BBD

Tints of Deep Lilac #AE6BBD

Color information

#AE6BBD (or 0xAE6BBD) is unknown color: approx Deep Lilac. HEX triplet: AE, 6B and BD. RGB value is (174,107,189). Sum of RGB (Red+Green+Blue) = 174+107+189=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE6BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BBD is #519442. Grayscale: #888888. Windows color (decimal): -5346371 or 12413870. OLE color: 12413870.

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

Color convert

RGB174107189-
CMYK0.080.4300.26
HSL289.02º38.32%58.04%-
HSV(B)289.02º43.39%74.12%-
XYZ31.923.1950.94-
YUV136.38157.7154.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=37.02%
G=22.77%
B=40.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741071890.080.4300.26289.0238.3258.04
HexAE6BBD82B01A121263a
Octal25615327510530324414672
Binary101011101101011101111011000101011011010100100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BBD; }

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

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

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

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

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

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

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

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