Shades of Biloba Flower #AD8FD4
Tints of Biloba Flower #AD8FD4
RGB
CMYK
RGB Variations
Color information
#AD8FD4 (or 0xAD8FD4) is known color: Biloba Flower. HEX triplet: AD, 8F and D4. RGB value is (173,143,212). Sum of RGB (Red+Green+Blue) = 173+143+212=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD8FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FD4 is #52702B. Grayscale: #9F9F9F. Windows color (decimal): -5402668 or 13930413. OLE color: 13930413.
HSL color Cylindrical-coordinate representation of color #AD8FD4: hue angle of 266.09º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8FD4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 143 | 212 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.17 |
| HSL | 266.09º | 0.45% | 0.7% | - |
| HSV(B) | 266.09º | 0.33% | 0.83% | - |
| XYZ | 38.94 | 33.28 | 66.66 | - |
| YUV | 159.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 212 | 0.18 | 0.33 | 0 | 0.17 | 266.09 | 0.45 | 0.7 |
| Hex | AD | 8F | D4 | 12 | 21 | 0 | 11 | 10A | 2D | 46 |
| Octal | 255 | 217 | 324 | 22 | 41 | 0 | 21 | 412 | 55 | 106 |
| Binary | 10101101 | 10001111 | 11010100 | 10010 | 100001 | 0 | 10001 | 100001010 | 101101 | 1000110 |
Color Harmonies of #AD8FD4
Complementary color
Monochromatic Colors of #AD8FD4
Black with #AD8FD4
Text Example
Text Example
White with #AD8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FD4; }
p { color: rgb(173,143,212); }
H1.HeaderClassName
{
color: #AD8FD4;
}
.AnyTagClassName
{
color: #AD8FD4;
}
</style>
background-color css
<style>
a { background-color: #AD8FD4; }
a { background-color: rgb(173,143,212); }
div.DivClassName
{
background-color: #AD8FD4;
}
.BgClassName
{
background-color: #AD8FD4;
}
</style>
border-color css
<style>
span { border-color: #AD8FD4; }
span { border-color: rgb(173,143,212); }
td.TdClassName
{
border-color: #AD8FD4;
}
.TagClassName
{
border-color: #AD8FD4;
}
</style>