Shades of Biloba Flower #A896E5
Tints of Biloba Flower #A896E5
RGB
CMYK
RGB Variations
Color information
#A896E5 (or 0xA896E5) is known color: Biloba Flower. HEX triplet: A8, 96 and E5. RGB value is (168,150,229). Sum of RGB (Red+Green+Blue) = 168+150+229=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #A896E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896E5 is #57691A. Grayscale: #A4A4A4. Windows color (decimal): -5728539 or 15046312. OLE color: 15046312.
HSL color Cylindrical-coordinate representation of color #A896E5: hue angle of 253.67º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A896E5 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 150 | 229 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.10 |
| HSL | 253.67º | 0.6% | 0.74% | - |
| HSV(B) | 253.67º | 0.34% | 0.9% | - |
| XYZ | 41.2 | 35.79 | 78.87 | - |
| YUV | 164.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 229 | 0.27 | 0.34 | 0 | 0.10 | 253.67 | 0.6 | 0.74 |
| Hex | A8 | 96 | E5 | 1B | 22 | 0 | A | FE | 3C | 4A |
| Octal | 250 | 226 | 345 | 33 | 42 | 0 | 12 | 376 | 74 | 112 |
| Binary | 10101000 | 10010110 | 11100101 | 11011 | 100010 | 0 | 1010 | 11111110 | 111100 | 1001010 |
Color Harmonies of #A896E5
Complementary color
Monochromatic Colors of #A896E5
Black with #A896E5
Text Example
Text Example
White with #A896E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896E5; }
p { color: rgb(168,150,229); }
H1.HeaderClassName
{
color: #A896E5;
}
.AnyTagClassName
{
color: #A896E5;
}
</style>
background-color css
<style>
a { background-color: #A896E5; }
a { background-color: rgb(168,150,229); }
div.DivClassName
{
background-color: #A896E5;
}
.BgClassName
{
background-color: #A896E5;
}
</style>
border-color css
<style>
span { border-color: #A896E5; }
span { border-color: rgb(168,150,229); }
td.TdClassName
{
border-color: #A896E5;
}
.TagClassName
{
border-color: #A896E5;
}
</style>