#AD96EC

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

Shades of Biloba Flower #AD96EC

Tints of Biloba Flower #AD96EC

Color information

#AD96EC (or 0xAD96EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and EC. RGB value is (173,150,236). Sum of RGB (Red+Green+Blue) = 173+150+236=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96EC is #526913. Grayscale: #A6A6A6. Windows color (decimal): -5400852 or 15505069. OLE color: 15505069.

HSL color Cylindrical-coordinate representation of color #AD96EC: hue angle of 256.05º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD96EC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173150236-
CMYK0.270.3600.07
HSL256.05º69.35%75.69%-
HSV(B)256.05º36.44%92.55%-
XYZ43.2836.7584.17-
YUV166.68167.12132.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=30.95%
G=26.83%
B=42.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731502360.270.3600.07256.0569.3575.69
HexAD96EC1B2407100454c
Octal255226354334407400105114
Binary10101101100101101110110011011100100011110000000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96EC; }

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

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

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

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

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

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

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

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