Shades of Biloba Flower #A698E8
Tints of Biloba Flower #A698E8
RGB
CMYK
RGB Variations
Color information
#A698E8 (or 0xA698E8) is known color: Biloba Flower. HEX triplet: A6, 98 and E8. RGB value is (166,152,232). Sum of RGB (Red+Green+Blue) = 166+152+232=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #A698E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698E8 is #596717. Grayscale: #A5A5A5. Windows color (decimal): -5859096 or 15243430. OLE color: 15243430.
HSL color Cylindrical-coordinate representation of color #A698E8: hue angle of 250.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A698E8 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 152 | 232 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.09 |
| HSL | 250.5º | 0.63% | 0.75% | - |
| HSV(B) | 250.5º | 0.34% | 0.91% | - |
| XYZ | 41.52 | 36.39 | 81.18 | - |
| YUV | 165.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 232 | 0.28 | 0.34 | 0 | 0.09 | 250.5 | 0.63 | 0.75 |
| Hex | A6 | 98 | E8 | 1C | 22 | 0 | 9 | FB | 3F | 4B |
| Octal | 246 | 230 | 350 | 34 | 42 | 0 | 11 | 373 | 77 | 113 |
| Binary | 10100110 | 10011000 | 11101000 | 11100 | 100010 | 0 | 1001 | 11111011 | 111111 | 1001011 |
Color Harmonies of #A698E8
Complementary color
Monochromatic Colors of #A698E8
Black with #A698E8
Text Example
Text Example
White with #A698E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698E8; }
p { color: rgb(166,152,232); }
H1.HeaderClassName
{
color: #A698E8;
}
.AnyTagClassName
{
color: #A698E8;
}
</style>
background-color css
<style>
a { background-color: #A698E8; }
a { background-color: rgb(166,152,232); }
div.DivClassName
{
background-color: #A698E8;
}
.BgClassName
{
background-color: #A698E8;
}
</style>
border-color css
<style>
span { border-color: #A698E8; }
span { border-color: rgb(166,152,232); }
td.TdClassName
{
border-color: #A698E8;
}
.TagClassName
{
border-color: #A698E8;
}
</style>