Shades of Biloba Flower #A885D8
Tints of Biloba Flower #A885D8
RGB
CMYK
RGB Variations
Color information
#A885D8 (or 0xA885D8) is known color: Biloba Flower. HEX triplet: A8, 85 and D8. RGB value is (168,133,216). Sum of RGB (Red+Green+Blue) = 168+133+216=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #A885D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885D8 is #577A27. Grayscale: #989898. Windows color (decimal): -5732904 or 14189992. OLE color: 14189992.
HSL color Cylindrical-coordinate representation of color #A885D8: hue angle of 265.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A885D8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 133 | 216 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.15 |
| HSL | 265.3º | 0.52% | 0.68% | - |
| HSV(B) | 265.3º | 0.38% | 0.85% | - |
| XYZ | 36.93 | 30.06 | 68.82 | - |
| YUV | 152.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 216 | 0.22 | 0.38 | 0 | 0.15 | 265.3 | 0.52 | 0.68 |
| Hex | A8 | 85 | D8 | 16 | 26 | 0 | F | 109 | 34 | 44 |
| Octal | 250 | 205 | 330 | 26 | 46 | 0 | 17 | 411 | 64 | 104 |
| Binary | 10101000 | 10000101 | 11011000 | 10110 | 100110 | 0 | 1111 | 100001001 | 110100 | 1000100 |
Color Harmonies of #A885D8
Complementary color
Monochromatic Colors of #A885D8
Black with #A885D8
Text Example
Text Example
White with #A885D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885D8; }
p { color: rgb(168,133,216); }
H1.HeaderClassName
{
color: #A885D8;
}
.AnyTagClassName
{
color: #A885D8;
}
</style>
background-color css
<style>
a { background-color: #A885D8; }
a { background-color: rgb(168,133,216); }
div.DivClassName
{
background-color: #A885D8;
}
.BgClassName
{
background-color: #A885D8;
}
</style>
border-color css
<style>
span { border-color: #A885D8; }
span { border-color: rgb(168,133,216); }
td.TdClassName
{
border-color: #A885D8;
}
.TagClassName
{
border-color: #A885D8;
}
</style>