Shades of Biloba Flower #A599C6
Tints of Biloba Flower #A599C6
RGB
CMYK
RGB Variations
Color information
#A599C6 (or 0xA599C6) is known color: Biloba Flower. HEX triplet: A5, 99 and C6. RGB value is (165,153,198). Sum of RGB (Red+Green+Blue) = 165+153+198=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #A599C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599C6 is #5A6639. Grayscale: #A1A1A1. Windows color (decimal): -5924410 or 13015461. OLE color: 13015461.
HSL color Cylindrical-coordinate representation of color #A599C6: hue angle of 256º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A599C6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 153 | 198 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.22 |
| HSL | 256º | 0.28% | 0.69% | - |
| HSV(B) | 256º | 0.23% | 0.78% | - |
| XYZ | 37.1 | 34.86 | 58.2 | - |
| YUV | 161.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 198 | 0.17 | 0.23 | 0 | 0.22 | 256 | 0.28 | 0.69 |
| Hex | A5 | 99 | C6 | 11 | 17 | 0 | 16 | 100 | 1C | 45 |
| Octal | 245 | 231 | 306 | 21 | 27 | 0 | 26 | 400 | 34 | 105 |
| Binary | 10100101 | 10011001 | 11000110 | 10001 | 10111 | 0 | 10110 | 100000000 | 11100 | 1000101 |
Color Harmonies of #A599C6
Complementary color
Monochromatic Colors of #A599C6
Black with #A599C6
Text Example
Text Example
White with #A599C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599C6; }
p { color: rgb(165,153,198); }
H1.HeaderClassName
{
color: #A599C6;
}
.AnyTagClassName
{
color: #A599C6;
}
</style>
background-color css
<style>
a { background-color: #A599C6; }
a { background-color: rgb(165,153,198); }
div.DivClassName
{
background-color: #A599C6;
}
.BgClassName
{
background-color: #A599C6;
}
</style>
border-color css
<style>
span { border-color: #A599C6; }
span { border-color: rgb(165,153,198); }
td.TdClassName
{
border-color: #A599C6;
}
.TagClassName
{
border-color: #A599C6;
}
</style>