Shades of Biloba Flower #A895DF
Tints of Biloba Flower #A895DF
RGB
CMYK
RGB Variations
Color information
#A895DF (or 0xA895DF) is known color: Biloba Flower. HEX triplet: A8, 95 and DF. RGB value is (168,149,223). Sum of RGB (Red+Green+Blue) = 168+149+223=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A895DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DF is #576A20. Grayscale: #A2A2A2. Windows color (decimal): -5728801 or 14652840. OLE color: 14652840.
HSL color Cylindrical-coordinate representation of color #A895DF: hue angle of 255.41º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A895DF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 149 | 223 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.13 |
| HSL | 255.41º | 0.54% | 0.73% | - |
| HSV(B) | 255.41º | 0.33% | 0.87% | - |
| XYZ | 40.22 | 35.15 | 74.48 | - |
| YUV | 163.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 223 | 0.25 | 0.33 | 0 | 0.13 | 255.41 | 0.54 | 0.73 |
| Hex | A8 | 95 | DF | 19 | 21 | 0 | D | FF | 36 | 49 |
| Octal | 250 | 225 | 337 | 31 | 41 | 0 | 15 | 377 | 66 | 111 |
| Binary | 10101000 | 10010101 | 11011111 | 11001 | 100001 | 0 | 1101 | 11111111 | 110110 | 1001001 |
Color Harmonies of #A895DF
Complementary color
Monochromatic Colors of #A895DF
Black with #A895DF
Text Example
Text Example
White with #A895DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895DF; }
p { color: rgb(168,149,223); }
H1.HeaderClassName
{
color: #A895DF;
}
.AnyTagClassName
{
color: #A895DF;
}
</style>
background-color css
<style>
a { background-color: #A895DF; }
a { background-color: rgb(168,149,223); }
div.DivClassName
{
background-color: #A895DF;
}
.BgClassName
{
background-color: #A895DF;
}
</style>
border-color css
<style>
span { border-color: #A895DF; }
span { border-color: rgb(168,149,223); }
td.TdClassName
{
border-color: #A895DF;
}
.TagClassName
{
border-color: #A895DF;
}
</style>