#AD96DF

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

Shades of Biloba Flower #AD96DF

Tints of Biloba Flower #AD96DF

Color information

#AD96DF (or 0xAD96DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and DF. RGB value is (173,150,223). Sum of RGB (Red+Green+Blue) = 173+150+223=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DF is #526920. Grayscale: #A4A4A4. Windows color (decimal): -5400865 or 14653101. OLE color: 14653101.

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

Color convert

RGB173150223-
CMYK0.220.3300.13
HSL258.9º53.28%73.14%-
HSV(B)258.9º32.74%87.45%-
XYZ41.4636.0274.58-
YUV165.2160.62133.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=31.68%
G=27.47%
B=40.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731502230.220.3300.13258.953.2873.14
HexAD96DF16210D1033549
Octal255226337264101540365111
Binary10101101100101101101111110110100001011011000000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96DF; }

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

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

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

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

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

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

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

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