Shades of Biloba Flower #A895FA
Tints of Biloba Flower #A895FA
RGB
CMYK
RGB Variations
Color information
#A895FA (or 0xA895FA) is known color: Biloba Flower. HEX triplet: A8, 95 and FA. RGB value is (168,149,250). Sum of RGB (Red+Green+Blue) = 168+149+250=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #A895FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895FA is #576A05. Grayscale: #A5A5A5. Windows color (decimal): -5728774 or 16422312. OLE color: 16422312.
HSL color Cylindrical-coordinate representation of color #A895FA: hue angle of 251.29º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A895FA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 149 | 250 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.02 |
| HSL | 251.29º | 0.91% | 0.78% | - |
| HSV(B) | 251.29º | 0.4% | 0.98% | - |
| XYZ | 44.15 | 36.72 | 95.2 | - |
| YUV | 166.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 250 | 0.33 | 0.40 | 0 | 0.02 | 251.29 | 0.91 | 0.78 |
| Hex | A8 | 95 | FA | 21 | 28 | 0 | 2 | FB | 5B | 4E |
| Octal | 250 | 225 | 372 | 41 | 50 | 0 | 2 | 373 | 133 | 116 |
| Binary | 10101000 | 10010101 | 11111010 | 100001 | 101000 | 0 | 10 | 11111011 | 1011011 | 1001110 |
Color Harmonies of #A895FA
Complementary color
Monochromatic Colors of #A895FA
Black with #A895FA
Text Example
Text Example
White with #A895FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895FA; }
p { color: rgb(168,149,250); }
H1.HeaderClassName
{
color: #A895FA;
}
.AnyTagClassName
{
color: #A895FA;
}
</style>
background-color css
<style>
a { background-color: #A895FA; }
a { background-color: rgb(168,149,250); }
div.DivClassName
{
background-color: #A895FA;
}
.BgClassName
{
background-color: #A895FA;
}
</style>
border-color css
<style>
span { border-color: #A895FA; }
span { border-color: rgb(168,149,250); }
td.TdClassName
{
border-color: #A895FA;
}
.TagClassName
{
border-color: #A895FA;
}
</style>