Shades of Biloba Flower #AD95C6
Tints of Biloba Flower #AD95C6
RGB
CMYK
RGB Variations
Color information
#AD95C6 (or 0xAD95C6) is known color: Biloba Flower. HEX triplet: AD, 95 and C6. RGB value is (173,149,198). Sum of RGB (Red+Green+Blue) = 173+149+198=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD95C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C6 is #526A39. Grayscale: #A1A1A1. Windows color (decimal): -5401146 or 13014445. OLE color: 13014445.
HSL color Cylindrical-coordinate representation of color #AD95C6: hue angle of 269.39º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD95C6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 149 | 198 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.22 |
| HSL | 269.39º | 0.3% | 0.68% | - |
| HSV(B) | 269.39º | 0.25% | 0.78% | - |
| XYZ | 38.17 | 34.46 | 58.06 | - |
| YUV | 161.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 198 | 0.13 | 0.25 | 0 | 0.22 | 269.39 | 0.3 | 0.68 |
| Hex | AD | 95 | C6 | D | 19 | 0 | 16 | 10D | 1E | 44 |
| Octal | 255 | 225 | 306 | 15 | 31 | 0 | 26 | 415 | 36 | 104 |
| Binary | 10101101 | 10010101 | 11000110 | 1101 | 11001 | 0 | 10110 | 100001101 | 11110 | 1000100 |
Color Harmonies of #AD95C6
Complementary color
Monochromatic Colors of #AD95C6
Black with #AD95C6
Text Example
Text Example
White with #AD95C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95C6; }
p { color: rgb(173,149,198); }
H1.HeaderClassName
{
color: #AD95C6;
}
.AnyTagClassName
{
color: #AD95C6;
}
</style>
background-color css
<style>
a { background-color: #AD95C6; }
a { background-color: rgb(173,149,198); }
div.DivClassName
{
background-color: #AD95C6;
}
.BgClassName
{
background-color: #AD95C6;
}
</style>
border-color css
<style>
span { border-color: #AD95C6; }
span { border-color: rgb(173,149,198); }
td.TdClassName
{
border-color: #AD95C6;
}
.TagClassName
{
border-color: #AD95C6;
}
</style>