Shades of Biloba Flower #A899E2
Tints of Biloba Flower #A899E2
RGB
CMYK
RGB Variations
Color information
#A899E2 (or 0xA899E2) is known color: Biloba Flower. HEX triplet: A8, 99 and E2. RGB value is (168,153,226). Sum of RGB (Red+Green+Blue) = 168+153+226=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #A899E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899E2 is #57661D. Grayscale: #A5A5A5. Windows color (decimal): -5727774 or 14850472. OLE color: 14850472.
HSL color Cylindrical-coordinate representation of color #A899E2: hue angle of 252.33º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A899E2 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 153 | 226 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.11 |
| HSL | 252.33º | 0.56% | 0.74% | - |
| HSV(B) | 252.33º | 0.32% | 0.89% | - |
| XYZ | 41.27 | 36.6 | 76.84 | - |
| YUV | 165.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 226 | 0.26 | 0.32 | 0 | 0.11 | 252.33 | 0.56 | 0.74 |
| Hex | A8 | 99 | E2 | 1A | 20 | 0 | B | FC | 38 | 4A |
| Octal | 250 | 231 | 342 | 32 | 40 | 0 | 13 | 374 | 70 | 112 |
| Binary | 10101000 | 10011001 | 11100010 | 11010 | 100000 | 0 | 1011 | 11111100 | 111000 | 1001010 |
Color Harmonies of #A899E2
Complementary color
Monochromatic Colors of #A899E2
Black with #A899E2
Text Example
Text Example
White with #A899E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899E2; }
p { color: rgb(168,153,226); }
H1.HeaderClassName
{
color: #A899E2;
}
.AnyTagClassName
{
color: #A899E2;
}
</style>
background-color css
<style>
a { background-color: #A899E2; }
a { background-color: rgb(168,153,226); }
div.DivClassName
{
background-color: #A899E2;
}
.BgClassName
{
background-color: #A899E2;
}
</style>
border-color css
<style>
span { border-color: #A899E2; }
span { border-color: rgb(168,153,226); }
td.TdClassName
{
border-color: #A899E2;
}
.TagClassName
{
border-color: #A899E2;
}
</style>