Shades of Biloba Flower #AD9AD2
Tints of Biloba Flower #AD9AD2
RGB
CMYK
RGB Variations
Color information
#AD9AD2 (or 0xAD9AD2) is known color: Biloba Flower. HEX triplet: AD, 9A and D2. RGB value is (173,154,210). Sum of RGB (Red+Green+Blue) = 173+154+210=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD9AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD2 is #52652D. Grayscale: #A5A5A5. Windows color (decimal): -5399854 or 13802157. OLE color: 13802157.
HSL color Cylindrical-coordinate representation of color #AD9AD2: hue angle of 260.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9AD2 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 154 | 210 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.18 |
| HSL | 260.36º | 0.38% | 0.71% | - |
| HSV(B) | 260.36º | 0.27% | 0.82% | - |
| XYZ | 40.42 | 36.65 | 65.92 | - |
| YUV | 166.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 210 | 0.18 | 0.27 | 0 | 0.18 | 260.36 | 0.38 | 0.71 |
| Hex | AD | 9A | D2 | 12 | 1B | 0 | 12 | 104 | 26 | 47 |
| Octal | 255 | 232 | 322 | 22 | 33 | 0 | 22 | 404 | 46 | 107 |
| Binary | 10101101 | 10011010 | 11010010 | 10010 | 11011 | 0 | 10010 | 100000100 | 100110 | 1000111 |
Color Harmonies of #AD9AD2
Complementary color
Monochromatic Colors of #AD9AD2
Black with #AD9AD2
Text Example
Text Example
White with #AD9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AD2; }
p { color: rgb(173,154,210); }
H1.HeaderClassName
{
color: #AD9AD2;
}
.AnyTagClassName
{
color: #AD9AD2;
}
</style>
background-color css
<style>
a { background-color: #AD9AD2; }
a { background-color: rgb(173,154,210); }
div.DivClassName
{
background-color: #AD9AD2;
}
.BgClassName
{
background-color: #AD9AD2;
}
</style>
border-color css
<style>
span { border-color: #AD9AD2; }
span { border-color: rgb(173,154,210); }
td.TdClassName
{
border-color: #AD9AD2;
}
.TagClassName
{
border-color: #AD9AD2;
}
</style>