Shades of Biloba Flower #AD96F2
Tints of Biloba Flower #AD96F2
RGB
CMYK
RGB Variations
Color information
#AD96F2 (or 0xAD96F2) is known color: Biloba Flower. HEX triplet: AD, 96 and F2. RGB value is (173,150,242). Sum of RGB (Red+Green+Blue) = 173+150+242=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD96F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F2 is #52690D. Grayscale: #A7A7A7. Windows color (decimal): -5400846 or 15898285. OLE color: 15898285.
HSL color Cylindrical-coordinate representation of color #AD96F2: hue angle of 255º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD96F2 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 150 | 242 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.05 |
| HSL | 255º | 0.78% | 0.77% | - |
| HSV(B) | 255º | 0.38% | 0.95% | - |
| XYZ | 44.17 | 37.11 | 88.84 | - |
| YUV | 167.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 242 | 0.29 | 0.38 | 0 | 0.05 | 255 | 0.78 | 0.77 |
| Hex | AD | 96 | F2 | 1D | 26 | 0 | 5 | FF | 4E | 4D |
| Octal | 255 | 226 | 362 | 35 | 46 | 0 | 5 | 377 | 116 | 115 |
| Binary | 10101101 | 10010110 | 11110010 | 11101 | 100110 | 0 | 101 | 11111111 | 1001110 | 1001101 |
Color Harmonies of #AD96F2
Complementary color
Monochromatic Colors of #AD96F2
Black with #AD96F2
Text Example
Text Example
White with #AD96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96F2; }
p { color: rgb(173,150,242); }
H1.HeaderClassName
{
color: #AD96F2;
}
.AnyTagClassName
{
color: #AD96F2;
}
</style>
background-color css
<style>
a { background-color: #AD96F2; }
a { background-color: rgb(173,150,242); }
div.DivClassName
{
background-color: #AD96F2;
}
.BgClassName
{
background-color: #AD96F2;
}
</style>
border-color css
<style>
span { border-color: #AD96F2; }
span { border-color: rgb(173,150,242); }
td.TdClassName
{
border-color: #AD96F2;
}
.TagClassName
{
border-color: #AD96F2;
}
</style>