Shades of Biloba Flower #A798DF
Tints of Biloba Flower #A798DF
RGB
CMYK
RGB Variations
Color information
#A798DF (or 0xA798DF) is known color: Biloba Flower. HEX triplet: A7, 98 and DF. RGB value is (167,152,223). Sum of RGB (Red+Green+Blue) = 167+152+223=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A798DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DF is #586720. Grayscale: #A4A4A4. Windows color (decimal): -5793569 or 14653607. OLE color: 14653607.
HSL color Cylindrical-coordinate representation of color #A798DF: hue angle of 252.68º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A798DF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 152 | 223 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.13 |
| HSL | 252.68º | 0.53% | 0.74% | - |
| HSV(B) | 252.68º | 0.32% | 0.87% | - |
| XYZ | 40.48 | 36 | 74.63 | - |
| YUV | 164.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 223 | 0.25 | 0.32 | 0 | 0.13 | 252.68 | 0.53 | 0.74 |
| Hex | A7 | 98 | DF | 19 | 20 | 0 | D | FD | 35 | 4A |
| Octal | 247 | 230 | 337 | 31 | 40 | 0 | 15 | 375 | 65 | 112 |
| Binary | 10100111 | 10011000 | 11011111 | 11001 | 100000 | 0 | 1101 | 11111101 | 110101 | 1001010 |
Color Harmonies of #A798DF
Complementary color
Monochromatic Colors of #A798DF
Black with #A798DF
Text Example
Text Example
White with #A798DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798DF; }
p { color: rgb(167,152,223); }
H1.HeaderClassName
{
color: #A798DF;
}
.AnyTagClassName
{
color: #A798DF;
}
</style>
background-color css
<style>
a { background-color: #A798DF; }
a { background-color: rgb(167,152,223); }
div.DivClassName
{
background-color: #A798DF;
}
.BgClassName
{
background-color: #A798DF;
}
</style>
border-color css
<style>
span { border-color: #A798DF; }
span { border-color: rgb(167,152,223); }
td.TdClassName
{
border-color: #A798DF;
}
.TagClassName
{
border-color: #A798DF;
}
</style>