Shades of Biloba Flower #A897D6
Tints of Biloba Flower #A897D6
RGB
CMYK
RGB Variations
Color information
#A897D6 (or 0xA897D6) is known color: Biloba Flower. HEX triplet: A8, 97 and D6. RGB value is (168,151,214). Sum of RGB (Red+Green+Blue) = 168+151+214=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #A897D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897D6 is #576829. Grayscale: #A3A3A3. Windows color (decimal): -5728298 or 14063528. OLE color: 14063528.
HSL color Cylindrical-coordinate representation of color #A897D6: hue angle of 256.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A897D6 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 151 | 214 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.16 |
| HSL | 256.19º | 0.43% | 0.72% | - |
| HSV(B) | 256.19º | 0.29% | 0.84% | - |
| XYZ | 39.35 | 35.31 | 68.36 | - |
| YUV | 163.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 214 | 0.21 | 0.29 | 0 | 0.16 | 256.19 | 0.43 | 0.72 |
| Hex | A8 | 97 | D6 | 15 | 1D | 0 | 10 | 100 | 2B | 48 |
| Octal | 250 | 227 | 326 | 25 | 35 | 0 | 20 | 400 | 53 | 110 |
| Binary | 10101000 | 10010111 | 11010110 | 10101 | 11101 | 0 | 10000 | 100000000 | 101011 | 1001000 |
Color Harmonies of #A897D6
Complementary color
Monochromatic Colors of #A897D6
Black with #A897D6
Text Example
Text Example
White with #A897D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897D6; }
p { color: rgb(168,151,214); }
H1.HeaderClassName
{
color: #A897D6;
}
.AnyTagClassName
{
color: #A897D6;
}
</style>
background-color css
<style>
a { background-color: #A897D6; }
a { background-color: rgb(168,151,214); }
div.DivClassName
{
background-color: #A897D6;
}
.BgClassName
{
background-color: #A897D6;
}
</style>
border-color css
<style>
span { border-color: #A897D6; }
span { border-color: rgb(168,151,214); }
td.TdClassName
{
border-color: #A897D6;
}
.TagClassName
{
border-color: #A897D6;
}
</style>