Shades of Biloba Flower #AD8AF8
Tints of Biloba Flower #AD8AF8
RGB
CMYK
RGB Variations
Color information
#AD8AF8 (or 0xAD8AF8) is known color: Biloba Flower. HEX triplet: AD, 8A and F8. RGB value is (173,138,248). Sum of RGB (Red+Green+Blue) = 173+138+248=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AF8 is #527507. Grayscale: #A0A0A0. Windows color (decimal): -5403912 or 16288429. OLE color: 16288429.
HSL color Cylindrical-coordinate representation of color #AD8AF8: hue angle of 259.09º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8AF8 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 138 | 248 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.03 |
| HSL | 259.09º | 0.89% | 0.76% | - |
| HSV(B) | 259.09º | 0.44% | 0.97% | - |
| XYZ | 43.27 | 33.84 | 93.06 | - |
| YUV | 161.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 248 | 0.30 | 0.44 | 0 | 0.03 | 259.09 | 0.89 | 0.76 |
| Hex | AD | 8A | F8 | 1E | 2C | 0 | 3 | 103 | 59 | 4C |
| Octal | 255 | 212 | 370 | 36 | 54 | 0 | 3 | 403 | 131 | 114 |
| Binary | 10101101 | 10001010 | 11111000 | 11110 | 101100 | 0 | 11 | 100000011 | 1011001 | 1001100 |
Color Harmonies of #AD8AF8
Complementary color
Monochromatic Colors of #AD8AF8
Black with #AD8AF8
Text Example
Text Example
White with #AD8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AF8; }
p { color: rgb(173,138,248); }
H1.HeaderClassName
{
color: #AD8AF8;
}
.AnyTagClassName
{
color: #AD8AF8;
}
</style>
background-color css
<style>
a { background-color: #AD8AF8; }
a { background-color: rgb(173,138,248); }
div.DivClassName
{
background-color: #AD8AF8;
}
.BgClassName
{
background-color: #AD8AF8;
}
</style>
border-color css
<style>
span { border-color: #AD8AF8; }
span { border-color: rgb(173,138,248); }
td.TdClassName
{
border-color: #AD8AF8;
}
.TagClassName
{
border-color: #AD8AF8;
}
</style>