Shades of Biloba Flower #A995F0
Tints of Biloba Flower #A995F0
RGB
CMYK
RGB Variations
Color information
#A995F0 (or 0xA995F0) is known color: Biloba Flower. HEX triplet: A9, 95 and F0. RGB value is (169,149,240). Sum of RGB (Red+Green+Blue) = 169+149+240=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #A995F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995F0 is #566A0F. Grayscale: #A5A5A5. Windows color (decimal): -5663248 or 15766953. OLE color: 15766953.
HSL color Cylindrical-coordinate representation of color #A995F0: hue angle of 253.19º 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 #A995F0 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 149 | 240 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.06 |
| HSL | 253.19º | 0.75% | 0.76% | - |
| HSV(B) | 253.19º | 0.38% | 0.94% | - |
| XYZ | 42.84 | 36.22 | 87.17 | - |
| YUV | 165.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 240 | 0.30 | 0.38 | 0 | 0.06 | 253.19 | 0.75 | 0.76 |
| Hex | A9 | 95 | F0 | 1E | 26 | 0 | 6 | FD | 4B | 4C |
| Octal | 251 | 225 | 360 | 36 | 46 | 0 | 6 | 375 | 113 | 114 |
| Binary | 10101001 | 10010101 | 11110000 | 11110 | 100110 | 0 | 110 | 11111101 | 1001011 | 1001100 |
Color Harmonies of #A995F0
Complementary color
Monochromatic Colors of #A995F0
Black with #A995F0
Text Example
Text Example
White with #A995F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995F0; }
p { color: rgb(169,149,240); }
H1.HeaderClassName
{
color: #A995F0;
}
.AnyTagClassName
{
color: #A995F0;
}
</style>
background-color css
<style>
a { background-color: #A995F0; }
a { background-color: rgb(169,149,240); }
div.DivClassName
{
background-color: #A995F0;
}
.BgClassName
{
background-color: #A995F0;
}
</style>
border-color css
<style>
span { border-color: #A995F0; }
span { border-color: rgb(169,149,240); }
td.TdClassName
{
border-color: #A995F0;
}
.TagClassName
{
border-color: #A995F0;
}
</style>