Shades of Biloba Flower #AD9CFF
Tints of Biloba Flower #AD9CFF
RGB
CMYK
RGB Variations
Color information
#AD9CFF (or 0xAD9CFF) is known color: Biloba Flower. HEX triplet: AD, 9C and FF. RGB value is (173,156,255). Sum of RGB (Red+Green+Blue) = 173+156+255=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFF is #526300. Grayscale: #ABABAB. Windows color (decimal): -5399297 or 16751789. OLE color: 16751789.
HSL color Cylindrical-coordinate representation of color #AD9CFF: hue angle of 250.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD9CFF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 156 | 255 | - |
| CMYK | 0.32 | 0.39 | 0 | 0 |
| HSL | 250.3º | 1% | 0.81% | - |
| HSV(B) | 250.3º | 0.39% | 1% | - |
| XYZ | 47.17 | 39.88 | 99.82 | - |
| YUV | 172.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 255 | 0.32 | 0.39 | 0 | 0 | 250.3 | 1 | 0.81 |
| Hex | AD | 9C | FF | 20 | 27 | 0 | 0 | FA | 64 | 51 |
| Octal | 255 | 234 | 377 | 40 | 47 | 0 | 0 | 372 | 144 | 121 |
| Binary | 10101101 | 10011100 | 11111111 | 100000 | 100111 | 0 | 0 | 11111010 | 1100100 | 1010001 |
Color Harmonies of #AD9CFF
Complementary color
Monochromatic Colors of #AD9CFF
Black with #AD9CFF
Text Example
Text Example
White with #AD9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CFF; }
p { color: rgb(173,156,255); }
H1.HeaderClassName
{
color: #AD9CFF;
}
.AnyTagClassName
{
color: #AD9CFF;
}
</style>
background-color css
<style>
a { background-color: #AD9CFF; }
a { background-color: rgb(173,156,255); }
div.DivClassName
{
background-color: #AD9CFF;
}
.BgClassName
{
background-color: #AD9CFF;
}
</style>
border-color css
<style>
span { border-color: #AD9CFF; }
span { border-color: rgb(173,156,255); }
td.TdClassName
{
border-color: #AD9CFF;
}
.TagClassName
{
border-color: #AD9CFF;
}
</style>