Shades of Biloba Flower #A895F0
Tints of Biloba Flower #A895F0
RGB
CMYK
RGB Variations
Color information
#A895F0 (or 0xA895F0) is known color: Biloba Flower. HEX triplet: A8, 95 and F0. RGB value is (168,149,240). Sum of RGB (Red+Green+Blue) = 168+149+240=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #A895F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F0 is #576A0F. Grayscale: #A4A4A4. Windows color (decimal): -5728784 or 15766952. OLE color: 15766952.
HSL color Cylindrical-coordinate representation of color #A895F0: hue angle of 252.53º degrees, saturation: 0.75, 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 #A895F0 is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 149 | 240 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.06 |
| HSL | 252.53º | 0.75% | 0.76% | - |
| HSV(B) | 252.53º | 0.38% | 0.94% | - |
| XYZ | 42.62 | 36.11 | 87.16 | - |
| YUV | 165.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 240 | 0.3 | 0.38 | 0 | 0.06 | 252.53 | 0.75 | 0.76 |
| Hex | A8 | 95 | F0 | 1E | 26 | 0 | 6 | FD | 4B | 4C |
| Octal | 250 | 225 | 360 | 36 | 46 | 0 | 6 | 375 | 113 | 114 |
| Binary | 10101000 | 10010101 | 11110000 | 11110 | 100110 | 0 | 110 | 11111101 | 1001011 | 1001100 |
Color Harmonies of #A895F0
Complementary color
Monochromatic Colors of #A895F0
Black with #A895F0
Text Example
Text Example
White with #A895F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895F0; }
p { color: rgb(168,149,240); }
H1.HeaderClassName
{
color: #A895F0;
}
.AnyTagClassName
{
color: #A895F0;
}
</style>
background-color css
<style>
a { background-color: #A895F0; }
a { background-color: rgb(168,149,240); }
div.DivClassName
{
background-color: #A895F0;
}
.BgClassName
{
background-color: #A895F0;
}
</style>
border-color css
<style>
span { border-color: #A895F0; }
span { border-color: rgb(168,149,240); }
td.TdClassName
{
border-color: #A895F0;
}
.TagClassName
{
border-color: #A895F0;
}
</style>