#AD96F9

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

Shades of Biloba Flower #AD96F9

Tints of Biloba Flower #AD96F9

Color information

#AD96F9 (or 0xAD96F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and F9. RGB value is (173,150,249). Sum of RGB (Red+Green+Blue) = 173+150+249=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F9 is #526906. Grayscale: #A7A7A7. Windows color (decimal): -5400839 or 16357037. OLE color: 16357037.

HSL color Cylindrical-coordinate representation of color #AD96F9: hue angle of 253.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD96F9 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173150249-
CMYK0.310.4000.02
HSL253.94º89.19%78.24%-
HSV(B)253.94º39.76%97.65%-
XYZ45.2437.5494.48-
YUV168.16173.62131.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=30.24%
G=26.22%
B=43.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731502490.310.4000.02253.9489.1978.24
HexAD96F91F2802fe594e
Octal255226371375002376131116
Binary101011011001011011111001111111010000101111111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96F9; }

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

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

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

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

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

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

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

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