Shades of Biloba Flower #A698C8
Tints of Biloba Flower #A698C8
RGB
CMYK
RGB Variations
Color information
#A698C8 (or 0xA698C8) is known color: Biloba Flower. HEX triplet: A6, 98 and C8. RGB value is (166,152,200). Sum of RGB (Red+Green+Blue) = 166+152+200=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #A698C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698C8 is #596737. Grayscale: #A1A1A1. Windows color (decimal): -5859128 or 13146278. OLE color: 13146278.
HSL color Cylindrical-coordinate representation of color #A698C8: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A698C8 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 152 | 200 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.22 |
| HSL | 257.5º | 0.3% | 0.69% | - |
| HSV(B) | 257.5º | 0.24% | 0.78% | - |
| XYZ | 37.38 | 34.73 | 59.38 | - |
| YUV | 161.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 200 | 0.17 | 0.24 | 0 | 0.22 | 257.5 | 0.3 | 0.69 |
| Hex | A6 | 98 | C8 | 11 | 18 | 0 | 16 | 102 | 1E | 45 |
| Octal | 246 | 230 | 310 | 21 | 30 | 0 | 26 | 402 | 36 | 105 |
| Binary | 10100110 | 10011000 | 11001000 | 10001 | 11000 | 0 | 10110 | 100000010 | 11110 | 1000101 |
Color Harmonies of #A698C8
Complementary color
Monochromatic Colors of #A698C8
Black with #A698C8
Text Example
Text Example
White with #A698C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698C8; }
p { color: rgb(166,152,200); }
H1.HeaderClassName
{
color: #A698C8;
}
.AnyTagClassName
{
color: #A698C8;
}
</style>
background-color css
<style>
a { background-color: #A698C8; }
a { background-color: rgb(166,152,200); }
div.DivClassName
{
background-color: #A698C8;
}
.BgClassName
{
background-color: #A698C8;
}
</style>
border-color css
<style>
span { border-color: #A698C8; }
span { border-color: rgb(166,152,200); }
td.TdClassName
{
border-color: #A698C8;
}
.TagClassName
{
border-color: #A698C8;
}
</style>