Shades of Biloba Flower #A895EF
Tints of Biloba Flower #A895EF
RGB
CMYK
RGB Variations
Color information
#A895EF (or 0xA895EF) is known color: Biloba Flower. HEX triplet: A8, 95 and EF. RGB value is (168,149,239). Sum of RGB (Red+Green+Blue) = 168+149+239=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #A895EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895EF is #576A10. Grayscale: #A4A4A4. Windows color (decimal): -5728785 or 15701416. OLE color: 15701416.
HSL color Cylindrical-coordinate representation of color #A895EF: hue angle of 252.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A895EF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 149 | 239 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.06 |
| HSL | 252.67º | 0.74% | 0.76% | - |
| HSV(B) | 252.67º | 0.38% | 0.94% | - |
| XYZ | 42.48 | 36.05 | 86.38 | - |
| YUV | 164.94 | 169.79 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 239 | 0.30 | 0.38 | 0 | 0.06 | 252.67 | 0.74 | 0.76 |
| Hex | A8 | 95 | EF | 1E | 26 | 0 | 6 | FD | 4A | 4C |
| Octal | 250 | 225 | 357 | 36 | 46 | 0 | 6 | 375 | 112 | 114 |
| Binary | 10101000 | 10010101 | 11101111 | 11110 | 100110 | 0 | 110 | 11111101 | 1001010 | 1001100 |
Color Harmonies of #A895EF
Complementary color
Monochromatic Colors of #A895EF
Black with #A895EF
Text Example
Text Example
White with #A895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895EF; }
p { color: rgb(168,149,239); }
H1.HeaderClassName
{
color: #A895EF;
}
.AnyTagClassName
{
color: #A895EF;
}
</style>
background-color css
<style>
a { background-color: #A895EF; }
a { background-color: rgb(168,149,239); }
div.DivClassName
{
background-color: #A895EF;
}
.BgClassName
{
background-color: #A895EF;
}
</style>
border-color css
<style>
span { border-color: #A895EF; }
span { border-color: rgb(168,149,239); }
td.TdClassName
{
border-color: #A895EF;
}
.TagClassName
{
border-color: #A895EF;
}
</style>