Shades of Biloba Flower #A596D1
Tints of Biloba Flower #A596D1
RGB
CMYK
RGB Variations
Color information
#A596D1 (or 0xA596D1) is known color: Biloba Flower. HEX triplet: A5, 96 and D1. RGB value is (165,150,209). Sum of RGB (Red+Green+Blue) = 165+150+209=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #A596D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596D1 is #5A692E. Grayscale: #A0A0A0. Windows color (decimal): -5925167 or 13735589. OLE color: 13735589.
HSL color Cylindrical-coordinate representation of color #A596D1: hue angle of 255.25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A596D1 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 150 | 209 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.18 |
| HSL | 255.25º | 0.39% | 0.7% | - |
| HSV(B) | 255.25º | 0.28% | 0.82% | - |
| XYZ | 37.93 | 34.42 | 64.97 | - |
| YUV | 161.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 209 | 0.21 | 0.28 | 0 | 0.18 | 255.25 | 0.39 | 0.7 |
| Hex | A5 | 96 | D1 | 15 | 1C | 0 | 12 | FF | 27 | 46 |
| Octal | 245 | 226 | 321 | 25 | 34 | 0 | 22 | 377 | 47 | 106 |
| Binary | 10100101 | 10010110 | 11010001 | 10101 | 11100 | 0 | 10010 | 11111111 | 100111 | 1000110 |
Color Harmonies of #A596D1
Complementary color
Monochromatic Colors of #A596D1
Black with #A596D1
Text Example
Text Example
White with #A596D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A596D1; }
p { color: rgb(165,150,209); }
H1.HeaderClassName
{
color: #A596D1;
}
.AnyTagClassName
{
color: #A596D1;
}
</style>
background-color css
<style>
a { background-color: #A596D1; }
a { background-color: rgb(165,150,209); }
div.DivClassName
{
background-color: #A596D1;
}
.BgClassName
{
background-color: #A596D1;
}
</style>
border-color css
<style>
span { border-color: #A596D1; }
span { border-color: rgb(165,150,209); }
td.TdClassName
{
border-color: #A596D1;
}
.TagClassName
{
border-color: #A596D1;
}
</style>