Shades of Biloba Flower #AD9DDD
Tints of Biloba Flower #AD9DDD
RGB
CMYK
RGB Variations
Color information
#AD9DDD (or 0xAD9DDD) is known color: Biloba Flower. HEX triplet: AD, 9D and DD. RGB value is (173,157,221). Sum of RGB (Red+Green+Blue) = 173+157+221=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDD is #526222. Grayscale: #A8A8A8. Windows color (decimal): -5399075 or 14523821. OLE color: 14523821.
HSL color Cylindrical-coordinate representation of color #AD9DDD: hue angle of 255º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9DDD is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 157 | 221 | - |
CMYK | 0.22 | 0.29 | 0 | 0.13 |
HSL | 255º | 0.48% | 0.74% | - |
HSV(B) | 255º | 0.29% | 0.87% | - |
XYZ | 42.34 | 38.22 | 73.55 | - |
YUV | 169.08 | 157.3 | 130.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 157 | 221 | 0.22 | 0.29 | 0 | 0.13 | 255 | 0.48 | 0.74 |
Hex | AD | 9D | DD | 16 | 1D | 0 | D | FF | 30 | 4A |
Octal | 255 | 235 | 335 | 26 | 35 | 0 | 15 | 377 | 60 | 112 |
Binary | 10101101 | 10011101 | 11011101 | 10110 | 11101 | 0 | 1101 | 11111111 | 110000 | 1001010 |
Color Harmonies of #AD9DDD
Complementary color
Monochromatic Colors of #AD9DDD
Black with #AD9DDD
Text Example
Text Example
White with #AD9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DDD; }
p { color: rgb(173,157,221); }
H1.HeaderClassName
{
color: #AD9DDD;
}
.AnyTagClassName
{
color: #AD9DDD;
}
</style>
background-color css
<style>
a { background-color: #AD9DDD; }
a { background-color: rgb(173,157,221); }
div.DivClassName
{
background-color: #AD9DDD;
}
.BgClassName
{
background-color: #AD9DDD;
}
</style>
border-color css
<style>
span { border-color: #AD9DDD; }
span { border-color: rgb(173,157,221); }
td.TdClassName
{
border-color: #AD9DDD;
}
.TagClassName
{
border-color: #AD9DDD;
}
</style>