Shades of Biloba Flower #AD8CF4
Tints of Biloba Flower #AD8CF4
RGB
CMYK
RGB Variations
Color information
#AD8CF4 (or 0xAD8CF4) is known color: Biloba Flower. HEX triplet: AD, 8C and F4. RGB value is (173,140,244). Sum of RGB (Red+Green+Blue) = 173+140+244=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD8CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF4 is #52730B. Grayscale: #A1A1A1. Windows color (decimal): -5403404 or 16026797. OLE color: 16026797.
HSL color Cylindrical-coordinate representation of color #AD8CF4: hue angle of 259.04º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8CF4 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 140 | 244 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.04 |
| HSL | 259.04º | 0.83% | 0.75% | - |
| HSV(B) | 259.04º | 0.43% | 0.96% | - |
| XYZ | 42.94 | 34.17 | 89.92 | - |
| YUV | 161.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 244 | 0.29 | 0.43 | 0 | 0.04 | 259.04 | 0.83 | 0.75 |
| Hex | AD | 8C | F4 | 1D | 2B | 0 | 4 | 103 | 53 | 4B |
| Octal | 255 | 214 | 364 | 35 | 53 | 0 | 4 | 403 | 123 | 113 |
| Binary | 10101101 | 10001100 | 11110100 | 11101 | 101011 | 0 | 100 | 100000011 | 1010011 | 1001011 |
Color Harmonies of #AD8CF4
Complementary color
Monochromatic Colors of #AD8CF4
Black with #AD8CF4
Text Example
Text Example
White with #AD8CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CF4; }
p { color: rgb(173,140,244); }
H1.HeaderClassName
{
color: #AD8CF4;
}
.AnyTagClassName
{
color: #AD8CF4;
}
</style>
background-color css
<style>
a { background-color: #AD8CF4; }
a { background-color: rgb(173,140,244); }
div.DivClassName
{
background-color: #AD8CF4;
}
.BgClassName
{
background-color: #AD8CF4;
}
</style>
border-color css
<style>
span { border-color: #AD8CF4; }
span { border-color: rgb(173,140,244); }
td.TdClassName
{
border-color: #AD8CF4;
}
.TagClassName
{
border-color: #AD8CF4;
}
</style>