Shades of Biloba Flower #A89CC0
Tints of Biloba Flower #A89CC0
RGB
CMYK
RGB Variations
Color information
#A89CC0 (or 0xA89CC0) is known color: Biloba Flower. HEX triplet: A8, 9C and C0. RGB value is (168,156,192). Sum of RGB (Red+Green+Blue) = 168+156+192=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #A89CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC0 is #57633F. Grayscale: #A3A3A3. Windows color (decimal): -5727040 or 12623016. OLE color: 12623016.
HSL color Cylindrical-coordinate representation of color #A89CC0: hue angle of 260º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89CC0 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 156 | 192 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.25 |
| HSL | 260º | 0.22% | 0.68% | - |
| HSV(B) | 260º | 0.19% | 0.75% | - |
| XYZ | 37.55 | 35.91 | 54.82 | - |
| YUV | 163.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 192 | 0.12 | 0.19 | 0 | 0.25 | 260 | 0.22 | 0.68 |
| Hex | A8 | 9C | C0 | C | 13 | 0 | 19 | 104 | 16 | 44 |
| Octal | 250 | 234 | 300 | 14 | 23 | 0 | 31 | 404 | 26 | 104 |
| Binary | 10101000 | 10011100 | 11000000 | 1100 | 10011 | 0 | 11001 | 100000100 | 10110 | 1000100 |
Color Harmonies of #A89CC0
Complementary color
Monochromatic Colors of #A89CC0
Black with #A89CC0
Text Example
Text Example
White with #A89CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CC0; }
p { color: rgb(168,156,192); }
H1.HeaderClassName
{
color: #A89CC0;
}
.AnyTagClassName
{
color: #A89CC0;
}
</style>
background-color css
<style>
a { background-color: #A89CC0; }
a { background-color: rgb(168,156,192); }
div.DivClassName
{
background-color: #A89CC0;
}
.BgClassName
{
background-color: #A89CC0;
}
</style>
border-color css
<style>
span { border-color: #A89CC0; }
span { border-color: rgb(168,156,192); }
td.TdClassName
{
border-color: #A89CC0;
}
.TagClassName
{
border-color: #A89CC0;
}
</style>