#AD96DE

Color #AD96DE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD96DE

Tints of Biloba Flower #AD96DE

Color information

#AD96DE (or 0xAD96DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and DE. RGB value is (173,150,222). Sum of RGB (Red+Green+Blue) = 173+150+222=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD96DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DE is #526921. Grayscale: #A4A4A4. Windows color (decimal): -5400866 or 14587565. OLE color: 14587565.

HSL color Cylindrical-coordinate representation of color #AD96DE: hue angle of 259.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD96DE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173150222-
CMYK0.220.3200.13
HSL259.17º52.17%72.94%-
HSV(B)259.17º32.43%87.06%-
XYZ41.3235.9773.87-
YUV165.08160.12133.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=31.74%
G=27.52%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731502220.220.3200.13259.1752.1772.94
HexAD96DE16200D1033449
Octal255226336264001540364111
Binary10101101100101101101111010110100000011011000000111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96DE; }

 p { color: rgb(173,150,222); }

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

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

 a { background-color: rgb(173,150,222); }

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

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

 span { border-color: rgb(173,150,222); }

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