Shades of Biloba Flower #A991CF
Tints of Biloba Flower #A991CF
RGB
CMYK
RGB Variations
Color information
#A991CF (or 0xA991CF) is known color: Biloba Flower. HEX triplet: A9, 91 and CF. RGB value is (169,145,207). Sum of RGB (Red+Green+Blue) = 169+145+207=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #A991CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991CF is #566E30. Grayscale: #9F9F9F. Windows color (decimal): -5664305 or 13603241. OLE color: 13603241.
HSL color Cylindrical-coordinate representation of color #A991CF: hue angle of 263.23º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A991CF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 145 | 207 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.19 |
| HSL | 263.23º | 0.39% | 0.69% | - |
| HSV(B) | 263.23º | 0.3% | 0.81% | - |
| XYZ | 37.75 | 33.19 | 63.45 | - |
| YUV | 159.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 207 | 0.18 | 0.30 | 0 | 0.19 | 263.23 | 0.39 | 0.69 |
| Hex | A9 | 91 | CF | 12 | 1E | 0 | 13 | 107 | 27 | 45 |
| Octal | 251 | 221 | 317 | 22 | 36 | 0 | 23 | 407 | 47 | 105 |
| Binary | 10101001 | 10010001 | 11001111 | 10010 | 11110 | 0 | 10011 | 100000111 | 100111 | 1000101 |
Color Harmonies of #A991CF
Complementary color
Monochromatic Colors of #A991CF
Black with #A991CF
Text Example
Text Example
White with #A991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991CF; }
p { color: rgb(169,145,207); }
H1.HeaderClassName
{
color: #A991CF;
}
.AnyTagClassName
{
color: #A991CF;
}
</style>
background-color css
<style>
a { background-color: #A991CF; }
a { background-color: rgb(169,145,207); }
div.DivClassName
{
background-color: #A991CF;
}
.BgClassName
{
background-color: #A991CF;
}
</style>
border-color css
<style>
span { border-color: #A991CF; }
span { border-color: rgb(169,145,207); }
td.TdClassName
{
border-color: #A991CF;
}
.TagClassName
{
border-color: #A991CF;
}
</style>