Shades of Biloba Flower #A897E7
Tints of Biloba Flower #A897E7
RGB
CMYK
RGB Variations
Color information
#A897E7 (or 0xA897E7) is known color: Biloba Flower. HEX triplet: A8, 97 and E7. RGB value is (168,151,231). Sum of RGB (Red+Green+Blue) = 168+151+231=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #A897E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897E7 is #576818. Grayscale: #A4A4A4. Windows color (decimal): -5728281 or 15177640. OLE color: 15177640.
HSL color Cylindrical-coordinate representation of color #A897E7: hue angle of 252.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A897E7 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 151 | 231 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.09 |
| HSL | 252.75º | 0.63% | 0.75% | - |
| HSV(B) | 252.75º | 0.35% | 0.91% | - |
| XYZ | 41.64 | 36.23 | 80.4 | - |
| YUV | 165.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 231 | 0.27 | 0.35 | 0 | 0.09 | 252.75 | 0.63 | 0.75 |
| Hex | A8 | 97 | E7 | 1B | 23 | 0 | 9 | FD | 3E | 4B |
| Octal | 250 | 227 | 347 | 33 | 43 | 0 | 11 | 375 | 76 | 113 |
| Binary | 10101000 | 10010111 | 11100111 | 11011 | 100011 | 0 | 1001 | 11111101 | 111110 | 1001011 |
Color Harmonies of #A897E7
Complementary color
Monochromatic Colors of #A897E7
Black with #A897E7
Text Example
Text Example
White with #A897E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897E7; }
p { color: rgb(168,151,231); }
H1.HeaderClassName
{
color: #A897E7;
}
.AnyTagClassName
{
color: #A897E7;
}
</style>
background-color css
<style>
a { background-color: #A897E7; }
a { background-color: rgb(168,151,231); }
div.DivClassName
{
background-color: #A897E7;
}
.BgClassName
{
background-color: #A897E7;
}
</style>
border-color css
<style>
span { border-color: #A897E7; }
span { border-color: rgb(168,151,231); }
td.TdClassName
{
border-color: #A897E7;
}
.TagClassName
{
border-color: #A897E7;
}
</style>