Shades of Biloba Flower #AD8AD0
Tints of Biloba Flower #AD8AD0
RGB
CMYK
RGB Variations
Color information
#AD8AD0 (or 0xAD8AD0) is known color: Biloba Flower. HEX triplet: AD, 8A and D0. RGB value is (173,138,208). Sum of RGB (Red+Green+Blue) = 173+138+208=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD0 is #52752F. Grayscale: #9C9C9C. Windows color (decimal): -5403952 or 13666989. OLE color: 13666989.
HSL color Cylindrical-coordinate representation of color #AD8AD0: hue angle of 270º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8AD0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 138 | 208 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.18 |
| HSL | 270º | 0.43% | 0.68% | - |
| HSV(B) | 270º | 0.34% | 0.82% | - |
| XYZ | 37.71 | 31.62 | 63.79 | - |
| YUV | 156.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 208 | 0.17 | 0.34 | 0 | 0.18 | 270 | 0.43 | 0.68 |
| Hex | AD | 8A | D0 | 11 | 22 | 0 | 12 | 10E | 2B | 44 |
| Octal | 255 | 212 | 320 | 21 | 42 | 0 | 22 | 416 | 53 | 104 |
| Binary | 10101101 | 10001010 | 11010000 | 10001 | 100010 | 0 | 10010 | 100001110 | 101011 | 1000100 |
Color Harmonies of #AD8AD0
Complementary color
Monochromatic Colors of #AD8AD0
Black with #AD8AD0
Text Example
Text Example
White with #AD8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AD0; }
p { color: rgb(173,138,208); }
H1.HeaderClassName
{
color: #AD8AD0;
}
.AnyTagClassName
{
color: #AD8AD0;
}
</style>
background-color css
<style>
a { background-color: #AD8AD0; }
a { background-color: rgb(173,138,208); }
div.DivClassName
{
background-color: #AD8AD0;
}
.BgClassName
{
background-color: #AD8AD0;
}
</style>
border-color css
<style>
span { border-color: #AD8AD0; }
span { border-color: rgb(173,138,208); }
td.TdClassName
{
border-color: #AD8AD0;
}
.TagClassName
{
border-color: #AD8AD0;
}
</style>