#AD69BB

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

Shades of Deep Lilac #AD69BB

Tints of Deep Lilac #AD69BB

Color information

#AD69BB (or 0xAD69BB) is unknown color: approx Deep Lilac. HEX triplet: AD, 69 and BB. RGB value is (173,105,187). Sum of RGB (Red+Green+Blue) = 173+105+187=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69BB is #529644. Grayscale: #868686. Windows color (decimal): -5412421 or 12282285. OLE color: 12282285.

HSL color Cylindrical-coordinate representation of color #AD69BB: hue angle of 289.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD69BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173105187-
CMYK0.070.4400.27
HSL289.76º37.61%57.25%-
HSV(B)289.76º43.85%73.33%-
XYZ31.2522.5849.72-
YUV134.68157.53155.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=37.20%
G=22.58%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731051870.070.4400.27289.7637.6157.25
HexAD69BB72C01B1222639
Octal2551512737540334424671
Binary10101101110100110111011111101100011011100100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69BB; }

 p { color: rgb(173,105,187); }

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

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

 a { background-color: rgb(173,105,187); }

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

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

 span { border-color: rgb(173,105,187); }

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