Shades of Biloba Flower #A798EF
Tints of Biloba Flower #A798EF
RGB
CMYK
RGB Variations
Color information
#A798EF (or 0xA798EF) is known color: Biloba Flower. HEX triplet: A7, 98 and EF. RGB value is (167,152,239). Sum of RGB (Red+Green+Blue) = 167+152+239=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #A798EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798EF is #586710. Grayscale: #A6A6A6. Windows color (decimal): -5793553 or 15702183. OLE color: 15702183.
HSL color Cylindrical-coordinate representation of color #A798EF: hue angle of 250.34º 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 #A798EF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 152 | 239 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.06 |
| HSL | 250.34º | 0.73% | 0.77% | - |
| HSV(B) | 250.34º | 0.36% | 0.94% | - |
| XYZ | 42.74 | 36.9 | 86.53 | - |
| YUV | 166.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 239 | 0.30 | 0.36 | 0 | 0.06 | 250.34 | 0.73 | 0.77 |
| Hex | A7 | 98 | EF | 1E | 24 | 0 | 6 | FA | 49 | 4D |
| Octal | 247 | 230 | 357 | 36 | 44 | 0 | 6 | 372 | 111 | 115 |
| Binary | 10100111 | 10011000 | 11101111 | 11110 | 100100 | 0 | 110 | 11111010 | 1001001 | 1001101 |
Color Harmonies of #A798EF
Complementary color
Monochromatic Colors of #A798EF
Black with #A798EF
Text Example
Text Example
White with #A798EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798EF; }
p { color: rgb(167,152,239); }
H1.HeaderClassName
{
color: #A798EF;
}
.AnyTagClassName
{
color: #A798EF;
}
</style>
background-color css
<style>
a { background-color: #A798EF; }
a { background-color: rgb(167,152,239); }
div.DivClassName
{
background-color: #A798EF;
}
.BgClassName
{
background-color: #A798EF;
}
</style>
border-color css
<style>
span { border-color: #A798EF; }
span { border-color: rgb(167,152,239); }
td.TdClassName
{
border-color: #A798EF;
}
.TagClassName
{
border-color: #A798EF;
}
</style>