Shades of Biloba Flower #A898D6
Tints of Biloba Flower #A898D6
RGB
CMYK
RGB Variations
Color information
#A898D6 (or 0xA898D6) is known color: Biloba Flower. HEX triplet: A8, 98 and D6. RGB value is (168,152,214). Sum of RGB (Red+Green+Blue) = 168+152+214=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #A898D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D6 is #576729. Grayscale: #A3A3A3. Windows color (decimal): -5728042 or 14063784. OLE color: 14063784.
HSL color Cylindrical-coordinate representation of color #A898D6: hue angle of 255.48º 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 #A898D6 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 152 | 214 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.16 |
| HSL | 255.48º | 0.43% | 0.72% | - |
| HSV(B) | 255.48º | 0.29% | 0.84% | - |
| XYZ | 39.51 | 35.64 | 68.41 | - |
| YUV | 163.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 214 | 0.21 | 0.29 | 0 | 0.16 | 255.48 | 0.43 | 0.72 |
| Hex | A8 | 98 | D6 | 15 | 1D | 0 | 10 | FF | 2B | 48 |
| Octal | 250 | 230 | 326 | 25 | 35 | 0 | 20 | 377 | 53 | 110 |
| Binary | 10101000 | 10011000 | 11010110 | 10101 | 11101 | 0 | 10000 | 11111111 | 101011 | 1001000 |
Color Harmonies of #A898D6
Complementary color
Monochromatic Colors of #A898D6
Black with #A898D6
Text Example
Text Example
White with #A898D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898D6; }
p { color: rgb(168,152,214); }
H1.HeaderClassName
{
color: #A898D6;
}
.AnyTagClassName
{
color: #A898D6;
}
</style>
background-color css
<style>
a { background-color: #A898D6; }
a { background-color: rgb(168,152,214); }
div.DivClassName
{
background-color: #A898D6;
}
.BgClassName
{
background-color: #A898D6;
}
</style>
border-color css
<style>
span { border-color: #A898D6; }
span { border-color: rgb(168,152,214); }
td.TdClassName
{
border-color: #A898D6;
}
.TagClassName
{
border-color: #A898D6;
}
</style>