Shades of Biloba Flower #A496C9
Tints of Biloba Flower #A496C9
RGB
CMYK
RGB Variations
Color information
#A496C9 (or 0xA496C9) is known color: Biloba Flower. HEX triplet: A4, 96 and C9. RGB value is (164,150,201). Sum of RGB (Red+Green+Blue) = 164+150+201=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #A496C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496C9 is #5B6936. Grayscale: #9F9F9F. Windows color (decimal): -5990711 or 13211300. OLE color: 13211300.
HSL color Cylindrical-coordinate representation of color #A496C9: hue angle of 256.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A496C9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 150 | 201 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.21 |
| HSL | 256.47º | 0.32% | 0.69% | - |
| HSV(B) | 256.47º | 0.25% | 0.79% | - |
| XYZ | 36.76 | 33.92 | 59.87 | - |
| YUV | 160 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 201 | 0.18 | 0.25 | 0 | 0.21 | 256.47 | 0.32 | 0.69 |
| Hex | A4 | 96 | C9 | 12 | 19 | 0 | 15 | 100 | 20 | 45 |
| Octal | 244 | 226 | 311 | 22 | 31 | 0 | 25 | 400 | 40 | 105 |
| Binary | 10100100 | 10010110 | 11001001 | 10010 | 11001 | 0 | 10101 | 100000000 | 100000 | 1000101 |
Color Harmonies of #A496C9
Complementary color
Monochromatic Colors of #A496C9
Black with #A496C9
Text Example
Text Example
White with #A496C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A496C9; }
p { color: rgb(164,150,201); }
H1.HeaderClassName
{
color: #A496C9;
}
.AnyTagClassName
{
color: #A496C9;
}
</style>
background-color css
<style>
a { background-color: #A496C9; }
a { background-color: rgb(164,150,201); }
div.DivClassName
{
background-color: #A496C9;
}
.BgClassName
{
background-color: #A496C9;
}
</style>
border-color css
<style>
span { border-color: #A496C9; }
span { border-color: rgb(164,150,201); }
td.TdClassName
{
border-color: #A496C9;
}
.TagClassName
{
border-color: #A496C9;
}
</style>