#AE69BD

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

Shades of Deep Lilac #AE69BD

Tints of Deep Lilac #AE69BD

Color information

#AE69BD (or 0xAE69BD) is unknown color: approx Deep Lilac. HEX triplet: AE, 69 and BD. RGB value is (174,105,189). Sum of RGB (Red+Green+Blue) = 174+105+189=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE69BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69BD is #519642. Grayscale: #868686. Windows color (decimal): -5346883 or 12413358. OLE color: 12413358.

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

Color convert

RGB174105189-
CMYK0.080.4400.26
HSL289.29º38.89%57.65%-
HSV(B)289.29º44.44%74.12%-
XYZ31.6922.7850.87-
YUV135.21158.36155.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=37.18%
G=22.44%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741051890.080.4400.26289.2938.8957.65
HexAE69BD82C01A121273a
Octal25615127510540324414772
Binary101011101101001101111011000101100011010100100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69BD; }

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

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

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

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

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

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

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

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