Shades of Biloba Flower #A995D7
Tints of Biloba Flower #A995D7
RGB
CMYK
RGB Variations
Color information
#A995D7 (or 0xA995D7) is known color: Biloba Flower. HEX triplet: A9, 95 and D7. RGB value is (169,149,215). Sum of RGB (Red+Green+Blue) = 169+149+215=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #A995D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995D7 is #566A28. Grayscale: #A2A2A2. Windows color (decimal): -5663273 or 14128553. OLE color: 14128553.
HSL color Cylindrical-coordinate representation of color #A995D7: hue angle of 258.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A995D7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 149 | 215 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.16 |
| HSL | 258.18º | 0.45% | 0.71% | - |
| HSV(B) | 258.18º | 0.31% | 0.84% | - |
| XYZ | 39.38 | 34.84 | 68.94 | - |
| YUV | 162.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 215 | 0.21 | 0.31 | 0 | 0.16 | 258.18 | 0.45 | 0.71 |
| Hex | A9 | 95 | D7 | 15 | 1F | 0 | 10 | 102 | 2D | 47 |
| Octal | 251 | 225 | 327 | 25 | 37 | 0 | 20 | 402 | 55 | 107 |
| Binary | 10101001 | 10010101 | 11010111 | 10101 | 11111 | 0 | 10000 | 100000010 | 101101 | 1000111 |
Color Harmonies of #A995D7
Complementary color
Monochromatic Colors of #A995D7
Black with #A995D7
Text Example
Text Example
White with #A995D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995D7; }
p { color: rgb(169,149,215); }
H1.HeaderClassName
{
color: #A995D7;
}
.AnyTagClassName
{
color: #A995D7;
}
</style>
background-color css
<style>
a { background-color: #A995D7; }
a { background-color: rgb(169,149,215); }
div.DivClassName
{
background-color: #A995D7;
}
.BgClassName
{
background-color: #A995D7;
}
</style>
border-color css
<style>
span { border-color: #A995D7; }
span { border-color: rgb(169,149,215); }
td.TdClassName
{
border-color: #A995D7;
}
.TagClassName
{
border-color: #A995D7;
}
</style>