Shades of Biloba Flower #A895DC
Tints of Biloba Flower #A895DC
RGB
CMYK
RGB Variations
Color information
#A895DC (or 0xA895DC) is known color: Biloba Flower. HEX triplet: A8, 95 and DC. RGB value is (168,149,220). Sum of RGB (Red+Green+Blue) = 168+149+220=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A895DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DC is #576A23. Grayscale: #A2A2A2. Windows color (decimal): -5728804 or 14456232. OLE color: 14456232.
HSL color Cylindrical-coordinate representation of color #A895DC: hue angle of 256.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A895DC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 149 | 220 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.14 |
| HSL | 256.06º | 0.5% | 0.72% | - |
| HSV(B) | 256.06º | 0.32% | 0.86% | - |
| XYZ | 39.81 | 34.99 | 72.36 | - |
| YUV | 162.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 220 | 0.24 | 0.32 | 0 | 0.14 | 256.06 | 0.5 | 0.72 |
| Hex | A8 | 95 | DC | 18 | 20 | 0 | E | 100 | 32 | 48 |
| Octal | 250 | 225 | 334 | 30 | 40 | 0 | 16 | 400 | 62 | 110 |
| Binary | 10101000 | 10010101 | 11011100 | 11000 | 100000 | 0 | 1110 | 100000000 | 110010 | 1001000 |
Color Harmonies of #A895DC
Complementary color
Monochromatic Colors of #A895DC
Black with #A895DC
Text Example
Text Example
White with #A895DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895DC; }
p { color: rgb(168,149,220); }
H1.HeaderClassName
{
color: #A895DC;
}
.AnyTagClassName
{
color: #A895DC;
}
</style>
background-color css
<style>
a { background-color: #A895DC; }
a { background-color: rgb(168,149,220); }
div.DivClassName
{
background-color: #A895DC;
}
.BgClassName
{
background-color: #A895DC;
}
</style>
border-color css
<style>
span { border-color: #A895DC; }
span { border-color: rgb(168,149,220); }
td.TdClassName
{
border-color: #A895DC;
}
.TagClassName
{
border-color: #A895DC;
}
</style>