Shades of Biloba Flower #A698EA
Tints of Biloba Flower #A698EA
RGB
CMYK
RGB Variations
Color information
#A698EA (or 0xA698EA) is known color: Biloba Flower. HEX triplet: A6, 98 and EA. RGB value is (166,152,234). Sum of RGB (Red+Green+Blue) = 166+152+234=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #A698EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698EA is #596715. Grayscale: #A5A5A5. Windows color (decimal): -5859094 or 15374502. OLE color: 15374502.
HSL color Cylindrical-coordinate representation of color #A698EA: hue angle of 250.24º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A698EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 152 | 234 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.08 |
| HSL | 250.24º | 0.66% | 0.76% | - |
| HSV(B) | 250.24º | 0.35% | 0.92% | - |
| XYZ | 41.81 | 36.5 | 82.68 | - |
| YUV | 165.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 234 | 0.29 | 0.35 | 0 | 0.08 | 250.24 | 0.66 | 0.76 |
| Hex | A6 | 98 | EA | 1D | 23 | 0 | 8 | FA | 42 | 4C |
| Octal | 246 | 230 | 352 | 35 | 43 | 0 | 10 | 372 | 102 | 114 |
| Binary | 10100110 | 10011000 | 11101010 | 11101 | 100011 | 0 | 1000 | 11111010 | 1000010 | 1001100 |
Color Harmonies of #A698EA
Complementary color
Monochromatic Colors of #A698EA
Black with #A698EA
Text Example
Text Example
White with #A698EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698EA; }
p { color: rgb(166,152,234); }
H1.HeaderClassName
{
color: #A698EA;
}
.AnyTagClassName
{
color: #A698EA;
}
</style>
background-color css
<style>
a { background-color: #A698EA; }
a { background-color: rgb(166,152,234); }
div.DivClassName
{
background-color: #A698EA;
}
.BgClassName
{
background-color: #A698EA;
}
</style>
border-color css
<style>
span { border-color: #A698EA; }
span { border-color: rgb(166,152,234); }
td.TdClassName
{
border-color: #A698EA;
}
.TagClassName
{
border-color: #A698EA;
}
</style>