Shades of Biloba Flower #AD9DD0
Tints of Biloba Flower #AD9DD0
RGB
CMYK
RGB Variations
Color information
#AD9DD0 (or 0xAD9DD0) is known color: Biloba Flower. HEX triplet: AD, 9D and D0. RGB value is (173,157,208). Sum of RGB (Red+Green+Blue) = 173+157+208=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD0 is #52622F. Grayscale: #A7A7A7. Windows color (decimal): -5399088 or 13671853. OLE color: 13671853.
HSL color Cylindrical-coordinate representation of color #AD9DD0: hue angle of 258.82º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9DD0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 157 | 208 | - |
CMYK | 0.17 | 0.25 | 0 | 0.18 |
HSL | 258.82º | 0.35% | 0.72% | - |
HSV(B) | 258.82º | 0.25% | 0.82% | - |
XYZ | 40.68 | 37.55 | 64.78 | - |
YUV | 167.6 | 150.8 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 157 | 208 | 0.17 | 0.25 | 0 | 0.18 | 258.82 | 0.35 | 0.72 |
Hex | AD | 9D | D0 | 11 | 19 | 0 | 12 | 103 | 23 | 48 |
Octal | 255 | 235 | 320 | 21 | 31 | 0 | 22 | 403 | 43 | 110 |
Binary | 10101101 | 10011101 | 11010000 | 10001 | 11001 | 0 | 10010 | 100000011 | 100011 | 1001000 |
Color Harmonies of #AD9DD0
Complementary color
Monochromatic Colors of #AD9DD0
Black with #AD9DD0
Text Example
Text Example
White with #AD9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DD0; }
p { color: rgb(173,157,208); }
H1.HeaderClassName
{
color: #AD9DD0;
}
.AnyTagClassName
{
color: #AD9DD0;
}
</style>
background-color css
<style>
a { background-color: #AD9DD0; }
a { background-color: rgb(173,157,208); }
div.DivClassName
{
background-color: #AD9DD0;
}
.BgClassName
{
background-color: #AD9DD0;
}
</style>
border-color css
<style>
span { border-color: #AD9DD0; }
span { border-color: rgb(173,157,208); }
td.TdClassName
{
border-color: #AD9DD0;
}
.TagClassName
{
border-color: #AD9DD0;
}
</style>