#AD64BB

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

Shades of Deep Lilac #AD64BB

Tints of Deep Lilac #AD64BB

Color information

#AD64BB (or 0xAD64BB) is unknown color: approx Deep Lilac. HEX triplet: AD, 64 and BB. RGB value is (173,100,187). Sum of RGB (Red+Green+Blue) = 173+100+187=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BB is #529B44. Grayscale: #838383. Windows color (decimal): -5413701 or 12281005. OLE color: 12281005.

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

Color convert

RGB173100187-
CMYK0.070.4700.27
HSL290.34º39.01%56.27%-
HSV(B)290.34º46.52%73.33%-
XYZ30.7621.5949.56-
YUV131.74159.18157.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=37.61%
G=21.74%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731001870.070.4700.27290.3439.0156.27
HexAD64BB72F01B1222738
Octal2551442737570334424770
Binary10101101110010010111011111101111011011100100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64BB; }

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

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

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

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

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

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

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

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