Shades of Biloba Flower #A991CA
Tints of Biloba Flower #A991CA
RGB
CMYK
RGB Variations
Color information
#A991CA (or 0xA991CA) is known color: Biloba Flower. HEX triplet: A9, 91 and CA. RGB value is (169,145,202). Sum of RGB (Red+Green+Blue) = 169+145+202=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A991CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991CA is #566E35. Grayscale: #9E9E9E. Windows color (decimal): -5664310 or 13275561. OLE color: 13275561.
HSL color Cylindrical-coordinate representation of color #A991CA: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A991CA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 145 | 202 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.21 |
| HSL | 265.26º | 0.35% | 0.68% | - |
| HSV(B) | 265.26º | 0.28% | 0.79% | - |
| XYZ | 37.15 | 32.95 | 60.28 | - |
| YUV | 158.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 202 | 0.16 | 0.28 | 0 | 0.21 | 265.26 | 0.35 | 0.68 |
| Hex | A9 | 91 | CA | 10 | 1C | 0 | 15 | 109 | 23 | 44 |
| Octal | 251 | 221 | 312 | 20 | 34 | 0 | 25 | 411 | 43 | 104 |
| Binary | 10101001 | 10010001 | 11001010 | 10000 | 11100 | 0 | 10101 | 100001001 | 100011 | 1000100 |
Color Harmonies of #A991CA
Complementary color
Monochromatic Colors of #A991CA
Black with #A991CA
Text Example
Text Example
White with #A991CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991CA; }
p { color: rgb(169,145,202); }
H1.HeaderClassName
{
color: #A991CA;
}
.AnyTagClassName
{
color: #A991CA;
}
</style>
background-color css
<style>
a { background-color: #A991CA; }
a { background-color: rgb(169,145,202); }
div.DivClassName
{
background-color: #A991CA;
}
.BgClassName
{
background-color: #A991CA;
}
</style>
border-color css
<style>
span { border-color: #A991CA; }
span { border-color: rgb(169,145,202); }
td.TdClassName
{
border-color: #A991CA;
}
.TagClassName
{
border-color: #A991CA;
}
</style>