Shades of Biloba Flower #A596CF
Tints of Biloba Flower #A596CF
RGB
CMYK
RGB Variations
Color information
#A596CF (or 0xA596CF) is known color: Biloba Flower. HEX triplet: A5, 96 and CF. RGB value is (165,150,207). Sum of RGB (Red+Green+Blue) = 165+150+207=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A596CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CF is #5A6930. Grayscale: #A0A0A0. Windows color (decimal): -5925169 or 13604517. OLE color: 13604517.
HSL color Cylindrical-coordinate representation of color #A596CF: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A596CF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 150 | 207 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.19 |
| HSL | 255.79º | 0.37% | 0.7% | - |
| HSV(B) | 255.79º | 0.28% | 0.81% | - |
| XYZ | 37.69 | 34.32 | 63.67 | - |
| YUV | 160.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 207 | 0.20 | 0.28 | 0 | 0.19 | 255.79 | 0.37 | 0.7 |
| Hex | A5 | 96 | CF | 14 | 1C | 0 | 13 | 100 | 25 | 46 |
| Octal | 245 | 226 | 317 | 24 | 34 | 0 | 23 | 400 | 45 | 106 |
| Binary | 10100101 | 10010110 | 11001111 | 10100 | 11100 | 0 | 10011 | 100000000 | 100101 | 1000110 |
Color Harmonies of #A596CF
Complementary color
Monochromatic Colors of #A596CF
Black with #A596CF
Text Example
Text Example
White with #A596CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A596CF; }
p { color: rgb(165,150,207); }
H1.HeaderClassName
{
color: #A596CF;
}
.AnyTagClassName
{
color: #A596CF;
}
</style>
background-color css
<style>
a { background-color: #A596CF; }
a { background-color: rgb(165,150,207); }
div.DivClassName
{
background-color: #A596CF;
}
.BgClassName
{
background-color: #A596CF;
}
</style>
border-color css
<style>
span { border-color: #A596CF; }
span { border-color: rgb(165,150,207); }
td.TdClassName
{
border-color: #A596CF;
}
.TagClassName
{
border-color: #A596CF;
}
</style>