Shades of Biloba Flower #A698EF
Tints of Biloba Flower #A698EF
RGB
CMYK
RGB Variations
Color information
#A698EF (or 0xA698EF) is known color: Biloba Flower. HEX triplet: A6, 98 and EF. RGB value is (166,152,239). Sum of RGB (Red+Green+Blue) = 166+152+239=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #A698EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698EF is #596710. Grayscale: #A5A5A5. Windows color (decimal): -5859089 or 15702182. OLE color: 15702182.
HSL color Cylindrical-coordinate representation of color #A698EF: hue angle of 249.66º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A698EF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 152 | 239 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.06 |
| HSL | 249.66º | 0.73% | 0.77% | - |
| HSV(B) | 249.66º | 0.36% | 0.94% | - |
| XYZ | 42.53 | 36.8 | 86.52 | - |
| YUV | 166.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 239 | 0.31 | 0.36 | 0 | 0.06 | 249.66 | 0.73 | 0.77 |
| Hex | A6 | 98 | EF | 1F | 24 | 0 | 6 | FA | 49 | 4D |
| Octal | 246 | 230 | 357 | 37 | 44 | 0 | 6 | 372 | 111 | 115 |
| Binary | 10100110 | 10011000 | 11101111 | 11111 | 100100 | 0 | 110 | 11111010 | 1001001 | 1001101 |
Color Harmonies of #A698EF
Complementary color
Monochromatic Colors of #A698EF
Black with #A698EF
Text Example
Text Example
White with #A698EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698EF; }
p { color: rgb(166,152,239); }
H1.HeaderClassName
{
color: #A698EF;
}
.AnyTagClassName
{
color: #A698EF;
}
</style>
background-color css
<style>
a { background-color: #A698EF; }
a { background-color: rgb(166,152,239); }
div.DivClassName
{
background-color: #A698EF;
}
.BgClassName
{
background-color: #A698EF;
}
</style>
border-color css
<style>
span { border-color: #A698EF; }
span { border-color: rgb(166,152,239); }
td.TdClassName
{
border-color: #A698EF;
}
.TagClassName
{
border-color: #A698EF;
}
</style>