Shades of Biloba Flower #A889E2
Tints of Biloba Flower #A889E2
RGB
CMYK
RGB Variations
Color information
#A889E2 (or 0xA889E2) is known color: Biloba Flower. HEX triplet: A8, 89 and E2. RGB value is (168,137,226). Sum of RGB (Red+Green+Blue) = 168+137+226=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #A889E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889E2 is #57761D. Grayscale: #9C9C9C. Windows color (decimal): -5731870 or 14846376. OLE color: 14846376.
HSL color Cylindrical-coordinate representation of color #A889E2: hue angle of 260.9º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A889E2 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 137 | 226 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.11 |
| HSL | 260.9º | 0.61% | 0.71% | - |
| HSV(B) | 260.9º | 0.39% | 0.89% | - |
| XYZ | 38.82 | 31.71 | 76.03 | - |
| YUV | 156.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 226 | 0.26 | 0.39 | 0 | 0.11 | 260.9 | 0.61 | 0.71 |
| Hex | A8 | 89 | E2 | 1A | 27 | 0 | B | 105 | 3D | 47 |
| Octal | 250 | 211 | 342 | 32 | 47 | 0 | 13 | 405 | 75 | 107 |
| Binary | 10101000 | 10001001 | 11100010 | 11010 | 100111 | 0 | 1011 | 100000101 | 111101 | 1000111 |
Color Harmonies of #A889E2
Complementary color
Monochromatic Colors of #A889E2
Black with #A889E2
Text Example
Text Example
White with #A889E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889E2; }
p { color: rgb(168,137,226); }
H1.HeaderClassName
{
color: #A889E2;
}
.AnyTagClassName
{
color: #A889E2;
}
</style>
background-color css
<style>
a { background-color: #A889E2; }
a { background-color: rgb(168,137,226); }
div.DivClassName
{
background-color: #A889E2;
}
.BgClassName
{
background-color: #A889E2;
}
</style>
border-color css
<style>
span { border-color: #A889E2; }
span { border-color: rgb(168,137,226); }
td.TdClassName
{
border-color: #A889E2;
}
.TagClassName
{
border-color: #A889E2;
}
</style>