Shades of Biloba Flower #AD9FC2
Tints of Biloba Flower #AD9FC2
RGB
CMYK
RGB Variations
Color information
#AD9FC2 (or 0xAD9FC2) is known color: Biloba Flower. HEX triplet: AD, 9F and C2. RGB value is (173,159,194). Sum of RGB (Red+Green+Blue) = 173+159+194=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD9FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FC2 is #52603D. Grayscale: #A7A7A7. Windows color (decimal): -5398590 or 12754861. OLE color: 12754861.
HSL color Cylindrical-coordinate representation of color #AD9FC2: hue angle of 264º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9FC2 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 159 | 194 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.24 |
| HSL | 264º | 0.22% | 0.69% | - |
| HSV(B) | 264º | 0.18% | 0.76% | - |
| XYZ | 39.37 | 37.58 | 56.22 | - |
| YUV | 167.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 194 | 0.11 | 0.18 | 0 | 0.24 | 264 | 0.22 | 0.69 |
| Hex | AD | 9F | C2 | B | 12 | 0 | 18 | 108 | 16 | 45 |
| Octal | 255 | 237 | 302 | 13 | 22 | 0 | 30 | 410 | 26 | 105 |
| Binary | 10101101 | 10011111 | 11000010 | 1011 | 10010 | 0 | 11000 | 100001000 | 10110 | 1000101 |
Color Harmonies of #AD9FC2
Complementary color
Monochromatic Colors of #AD9FC2
Black with #AD9FC2
Text Example
Text Example
White with #AD9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FC2; }
p { color: rgb(173,159,194); }
H1.HeaderClassName
{
color: #AD9FC2;
}
.AnyTagClassName
{
color: #AD9FC2;
}
</style>
background-color css
<style>
a { background-color: #AD9FC2; }
a { background-color: rgb(173,159,194); }
div.DivClassName
{
background-color: #AD9FC2;
}
.BgClassName
{
background-color: #AD9FC2;
}
</style>
border-color css
<style>
span { border-color: #AD9FC2; }
span { border-color: rgb(173,159,194); }
td.TdClassName
{
border-color: #AD9FC2;
}
.TagClassName
{
border-color: #AD9FC2;
}
</style>