Shades of Biloba Flower #AD9ECC
Tints of Biloba Flower #AD9ECC
RGB
CMYK
RGB Variations
Color information
#AD9ECC (or 0xAD9ECC) is known color: Biloba Flower. HEX triplet: AD, 9E and CC. RGB value is (173,158,204). Sum of RGB (Red+Green+Blue) = 173+158+204=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ECC is #526133. Grayscale: #A7A7A7. Windows color (decimal): -5398836 or 13409965. OLE color: 13409965.
HSL color Cylindrical-coordinate representation of color #AD9ECC: hue angle of 259.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9ECC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 173 | 158 | 204 | - |
CMYK | 0.15 | 0.23 | 0 | 0.2 |
HSL | 259.57º | 0.31% | 0.71% | - |
HSV(B) | 259.57º | 0.23% | 0.8% | - |
XYZ | 40.36 | 37.7 | 62.28 | - |
YUV | 167.73 | 148.47 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 158 | 204 | 0.15 | 0.23 | 0 | 0.2 | 259.57 | 0.31 | 0.71 |
Hex | AD | 9E | CC | F | 17 | 0 | 14 | 104 | 1F | 47 |
Octal | 255 | 236 | 314 | 17 | 27 | 0 | 24 | 404 | 37 | 107 |
Binary | 10101101 | 10011110 | 11001100 | 1111 | 10111 | 0 | 10100 | 100000100 | 11111 | 1000111 |
Color Harmonies of #AD9ECC
Complementary color
Monochromatic Colors of #AD9ECC
Black with #AD9ECC
Text Example
Text Example
White with #AD9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9ECC; }
p { color: rgb(173,158,204); }
H1.HeaderClassName
{
color: #AD9ECC;
}
.AnyTagClassName
{
color: #AD9ECC;
}
</style>
background-color css
<style>
a { background-color: #AD9ECC; }
a { background-color: rgb(173,158,204); }
div.DivClassName
{
background-color: #AD9ECC;
}
.BgClassName
{
background-color: #AD9ECC;
}
</style>
border-color css
<style>
span { border-color: #AD9ECC; }
span { border-color: rgb(173,158,204); }
td.TdClassName
{
border-color: #AD9ECC;
}
.TagClassName
{
border-color: #AD9ECC;
}
</style>