Shades of Biloba Flower #A895DA
Tints of Biloba Flower #A895DA
RGB
CMYK
RGB Variations
Color information
#A895DA (or 0xA895DA) is known color: Biloba Flower. HEX triplet: A8, 95 and DA. RGB value is (168,149,218). Sum of RGB (Red+Green+Blue) = 168+149+218=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A895DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DA is #576A25. Grayscale: #A2A2A2. Windows color (decimal): -5728806 or 14325160. OLE color: 14325160.
HSL color Cylindrical-coordinate representation of color #A895DA: hue angle of 256.52º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A895DA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 149 | 218 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.15 |
| HSL | 256.52º | 0.48% | 0.72% | - |
| HSV(B) | 256.52º | 0.32% | 0.85% | - |
| XYZ | 39.55 | 34.88 | 70.98 | - |
| YUV | 162.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 218 | 0.23 | 0.32 | 0 | 0.15 | 256.52 | 0.48 | 0.72 |
| Hex | A8 | 95 | DA | 17 | 20 | 0 | F | 101 | 30 | 48 |
| Octal | 250 | 225 | 332 | 27 | 40 | 0 | 17 | 401 | 60 | 110 |
| Binary | 10101000 | 10010101 | 11011010 | 10111 | 100000 | 0 | 1111 | 100000001 | 110000 | 1001000 |
Color Harmonies of #A895DA
Complementary color
Monochromatic Colors of #A895DA
Black with #A895DA
Text Example
Text Example
White with #A895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895DA; }
p { color: rgb(168,149,218); }
H1.HeaderClassName
{
color: #A895DA;
}
.AnyTagClassName
{
color: #A895DA;
}
</style>
background-color css
<style>
a { background-color: #A895DA; }
a { background-color: rgb(168,149,218); }
div.DivClassName
{
background-color: #A895DA;
}
.BgClassName
{
background-color: #A895DA;
}
</style>
border-color css
<style>
span { border-color: #A895DA; }
span { border-color: rgb(168,149,218); }
td.TdClassName
{
border-color: #A895DA;
}
.TagClassName
{
border-color: #A895DA;
}
</style>