Shades of Biloba Flower #A897DE
Tints of Biloba Flower #A897DE
RGB
CMYK
RGB Variations
Color information
#A897DE (or 0xA897DE) is known color: Biloba Flower. HEX triplet: A8, 97 and DE. RGB value is (168,151,222). Sum of RGB (Red+Green+Blue) = 168+151+222=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A897DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897DE is #576821. Grayscale: #A3A3A3. Windows color (decimal): -5728290 or 14587816. OLE color: 14587816.
HSL color Cylindrical-coordinate representation of color #A897DE: hue angle of 254.37º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A897DE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 151 | 222 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.13 |
| HSL | 254.37º | 0.52% | 0.73% | - |
| HSV(B) | 254.37º | 0.32% | 0.87% | - |
| XYZ | 40.4 | 35.73 | 73.87 | - |
| YUV | 164.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 222 | 0.24 | 0.32 | 0 | 0.13 | 254.37 | 0.52 | 0.73 |
| Hex | A8 | 97 | DE | 18 | 20 | 0 | D | FE | 34 | 49 |
| Octal | 250 | 227 | 336 | 30 | 40 | 0 | 15 | 376 | 64 | 111 |
| Binary | 10101000 | 10010111 | 11011110 | 11000 | 100000 | 0 | 1101 | 11111110 | 110100 | 1001001 |
Color Harmonies of #A897DE
Complementary color
Monochromatic Colors of #A897DE
Black with #A897DE
Text Example
Text Example
White with #A897DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897DE; }
p { color: rgb(168,151,222); }
H1.HeaderClassName
{
color: #A897DE;
}
.AnyTagClassName
{
color: #A897DE;
}
</style>
background-color css
<style>
a { background-color: #A897DE; }
a { background-color: rgb(168,151,222); }
div.DivClassName
{
background-color: #A897DE;
}
.BgClassName
{
background-color: #A897DE;
}
</style>
border-color css
<style>
span { border-color: #A897DE; }
span { border-color: rgb(168,151,222); }
td.TdClassName
{
border-color: #A897DE;
}
.TagClassName
{
border-color: #A897DE;
}
</style>