Shades of Biloba Flower #A598C9
Tints of Biloba Flower #A598C9
RGB
CMYK
RGB Variations
Color information
#A598C9 (or 0xA598C9) is known color: Biloba Flower. HEX triplet: A5, 98 and C9. RGB value is (165,152,201). Sum of RGB (Red+Green+Blue) = 165+152+201=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #A598C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598C9 is #5A6736. Grayscale: #A1A1A1. Windows color (decimal): -5924663 or 13211813. OLE color: 13211813.
HSL color Cylindrical-coordinate representation of color #A598C9: hue angle of 255.92º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A598C9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 152 | 201 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.21 |
| HSL | 255.92º | 0.31% | 0.69% | - |
| HSV(B) | 255.92º | 0.24% | 0.79% | - |
| XYZ | 37.29 | 34.67 | 59.99 | - |
| YUV | 161.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 201 | 0.18 | 0.24 | 0 | 0.21 | 255.92 | 0.31 | 0.69 |
| Hex | A5 | 98 | C9 | 12 | 18 | 0 | 15 | 100 | 1F | 45 |
| Octal | 245 | 230 | 311 | 22 | 30 | 0 | 25 | 400 | 37 | 105 |
| Binary | 10100101 | 10011000 | 11001001 | 10010 | 11000 | 0 | 10101 | 100000000 | 11111 | 1000101 |
Color Harmonies of #A598C9
Complementary color
Monochromatic Colors of #A598C9
Black with #A598C9
Text Example
Text Example
White with #A598C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598C9; }
p { color: rgb(165,152,201); }
H1.HeaderClassName
{
color: #A598C9;
}
.AnyTagClassName
{
color: #A598C9;
}
</style>
background-color css
<style>
a { background-color: #A598C9; }
a { background-color: rgb(165,152,201); }
div.DivClassName
{
background-color: #A598C9;
}
.BgClassName
{
background-color: #A598C9;
}
</style>
border-color css
<style>
span { border-color: #A598C9; }
span { border-color: rgb(165,152,201); }
td.TdClassName
{
border-color: #A598C9;
}
.TagClassName
{
border-color: #A598C9;
}
</style>