Shades of Biloba Flower #AD9AC2
Tints of Biloba Flower #AD9AC2
RGB
CMYK
RGB Variations
Color information
#AD9AC2 (or 0xAD9AC2) is known color: Biloba Flower. HEX triplet: AD, 9A and C2. RGB value is (173,154,194). Sum of RGB (Red+Green+Blue) = 173+154+194=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AC2 is #52653D. Grayscale: #A4A4A4. Windows color (decimal): -5399870 or 12753581. OLE color: 12753581.
HSL color Cylindrical-coordinate representation of color #AD9AC2: hue angle of 268.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9AC2 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 154 | 194 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.24 |
| HSL | 268.5º | 0.25% | 0.68% | - |
| HSV(B) | 268.5º | 0.21% | 0.76% | - |
| XYZ | 38.53 | 35.89 | 55.94 | - |
| YUV | 164.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 194 | 0.11 | 0.21 | 0 | 0.24 | 268.5 | 0.25 | 0.68 |
| Hex | AD | 9A | C2 | B | 15 | 0 | 18 | 10C | 19 | 44 |
| Octal | 255 | 232 | 302 | 13 | 25 | 0 | 30 | 414 | 31 | 104 |
| Binary | 10101101 | 10011010 | 11000010 | 1011 | 10101 | 0 | 11000 | 100001100 | 11001 | 1000100 |
Color Harmonies of #AD9AC2
Complementary color
Monochromatic Colors of #AD9AC2
Black with #AD9AC2
Text Example
Text Example
White with #AD9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AC2; }
p { color: rgb(173,154,194); }
H1.HeaderClassName
{
color: #AD9AC2;
}
.AnyTagClassName
{
color: #AD9AC2;
}
</style>
background-color css
<style>
a { background-color: #AD9AC2; }
a { background-color: rgb(173,154,194); }
div.DivClassName
{
background-color: #AD9AC2;
}
.BgClassName
{
background-color: #AD9AC2;
}
</style>
border-color css
<style>
span { border-color: #AD9AC2; }
span { border-color: rgb(173,154,194); }
td.TdClassName
{
border-color: #AD9AC2;
}
.TagClassName
{
border-color: #AD9AC2;
}
</style>