Shades of Biloba Flower #A889D0
Tints of Biloba Flower #A889D0
RGB
CMYK
RGB Variations
Color information
#A889D0 (or 0xA889D0) is known color: Biloba Flower. HEX triplet: A8, 89 and D0. RGB value is (168,137,208). Sum of RGB (Red+Green+Blue) = 168+137+208=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #A889D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889D0 is #57762F. Grayscale: #9A9A9A. Windows color (decimal): -5731888 or 13666728. OLE color: 13666728.
HSL color Cylindrical-coordinate representation of color #A889D0: hue angle of 266.2º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A889D0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 137 | 208 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.18 |
| HSL | 266.2º | 0.43% | 0.68% | - |
| HSV(B) | 266.2º | 0.34% | 0.82% | - |
| XYZ | 36.48 | 30.77 | 63.69 | - |
| YUV | 154.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 208 | 0.19 | 0.34 | 0 | 0.18 | 266.2 | 0.43 | 0.68 |
| Hex | A8 | 89 | D0 | 13 | 22 | 0 | 12 | 10A | 2B | 44 |
| Octal | 250 | 211 | 320 | 23 | 42 | 0 | 22 | 412 | 53 | 104 |
| Binary | 10101000 | 10001001 | 11010000 | 10011 | 100010 | 0 | 10010 | 100001010 | 101011 | 1000100 |
Color Harmonies of #A889D0
Complementary color
Monochromatic Colors of #A889D0
Black with #A889D0
Text Example
Text Example
White with #A889D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889D0; }
p { color: rgb(168,137,208); }
H1.HeaderClassName
{
color: #A889D0;
}
.AnyTagClassName
{
color: #A889D0;
}
</style>
background-color css
<style>
a { background-color: #A889D0; }
a { background-color: rgb(168,137,208); }
div.DivClassName
{
background-color: #A889D0;
}
.BgClassName
{
background-color: #A889D0;
}
</style>
border-color css
<style>
span { border-color: #A889D0; }
span { border-color: rgb(168,137,208); }
td.TdClassName
{
border-color: #A889D0;
}
.TagClassName
{
border-color: #A889D0;
}
</style>