Shades of Biloba Flower #AD99C9
Tints of Biloba Flower #AD99C9
RGB
CMYK
RGB Variations
Color information
#AD99C9 (or 0xAD99C9) is known color: Biloba Flower. HEX triplet: AD, 99 and C9. RGB value is (173,153,201). Sum of RGB (Red+Green+Blue) = 173+153+201=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD99C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C9 is #526636. Grayscale: #A4A4A4. Windows color (decimal): -5400119 or 13212077. OLE color: 13212077.
HSL color Cylindrical-coordinate representation of color #AD99C9: hue angle of 265º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD99C9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 153 | 201 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.21 |
| HSL | 265º | 0.31% | 0.69% | - |
| HSV(B) | 265º | 0.24% | 0.79% | - |
| XYZ | 39.17 | 35.88 | 60.12 | - |
| YUV | 164.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 201 | 0.14 | 0.24 | 0 | 0.21 | 265 | 0.31 | 0.69 |
| Hex | AD | 99 | C9 | E | 18 | 0 | 15 | 109 | 1F | 45 |
| Octal | 255 | 231 | 311 | 16 | 30 | 0 | 25 | 411 | 37 | 105 |
| Binary | 10101101 | 10011001 | 11001001 | 1110 | 11000 | 0 | 10101 | 100001001 | 11111 | 1000101 |
Color Harmonies of #AD99C9
Complementary color
Monochromatic Colors of #AD99C9
Black with #AD99C9
Text Example
Text Example
White with #AD99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99C9; }
p { color: rgb(173,153,201); }
H1.HeaderClassName
{
color: #AD99C9;
}
.AnyTagClassName
{
color: #AD99C9;
}
</style>
background-color css
<style>
a { background-color: #AD99C9; }
a { background-color: rgb(173,153,201); }
div.DivClassName
{
background-color: #AD99C9;
}
.BgClassName
{
background-color: #AD99C9;
}
</style>
border-color css
<style>
span { border-color: #AD99C9; }
span { border-color: rgb(173,153,201); }
td.TdClassName
{
border-color: #AD99C9;
}
.TagClassName
{
border-color: #AD99C9;
}
</style>