#AD96F0

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

Shades of Biloba Flower #AD96F0

Tints of Biloba Flower #AD96F0

Color information

#AD96F0 (or 0xAD96F0) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and F0. RGB value is (173,150,240). Sum of RGB (Red+Green+Blue) = 173+150+240=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F0 is #52690F. Grayscale: #A6A6A6. Windows color (decimal): -5400848 or 15767213. OLE color: 15767213.

HSL color Cylindrical-coordinate representation of color #AD96F0: hue angle of 255.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD96F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173150240-
CMYK0.280.3700.06
HSL255.33º75%76.47%-
HSV(B)255.33º37.5%94.12%-
XYZ43.8736.9987.27-
YUV167.14169.12132.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=30.73%
G=26.64%
B=42.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731502400.280.3700.06255.337576.47
HexAD96F01C2506ff4b4c
Octal255226360344506377113114
Binary1010110110010110111100001110010010101101111111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96F0; }

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

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

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

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

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

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

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

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