Shades of Biloba Flower #A798DD
Tints of Biloba Flower #A798DD
RGB
CMYK
RGB Variations
Color information
#A798DD (or 0xA798DD) is known color: Biloba Flower. HEX triplet: A7, 98 and DD. RGB value is (167,152,221). Sum of RGB (Red+Green+Blue) = 167+152+221=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A798DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DD is #586722. Grayscale: #A4A4A4. Windows color (decimal): -5793571 or 14522535. OLE color: 14522535.
HSL color Cylindrical-coordinate representation of color #A798DD: hue angle of 253.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A798DD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 152 | 221 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.13 |
| HSL | 253.04º | 0.5% | 0.73% | - |
| HSV(B) | 253.04º | 0.31% | 0.87% | - |
| XYZ | 40.22 | 35.89 | 73.21 | - |
| YUV | 164.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 221 | 0.24 | 0.31 | 0 | 0.13 | 253.04 | 0.5 | 0.73 |
| Hex | A7 | 98 | DD | 18 | 1F | 0 | D | FD | 32 | 49 |
| Octal | 247 | 230 | 335 | 30 | 37 | 0 | 15 | 375 | 62 | 111 |
| Binary | 10100111 | 10011000 | 11011101 | 11000 | 11111 | 0 | 1101 | 11111101 | 110010 | 1001001 |
Color Harmonies of #A798DD
Complementary color
Monochromatic Colors of #A798DD
Black with #A798DD
Text Example
Text Example
White with #A798DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798DD; }
p { color: rgb(167,152,221); }
H1.HeaderClassName
{
color: #A798DD;
}
.AnyTagClassName
{
color: #A798DD;
}
</style>
background-color css
<style>
a { background-color: #A798DD; }
a { background-color: rgb(167,152,221); }
div.DivClassName
{
background-color: #A798DD;
}
.BgClassName
{
background-color: #A798DD;
}
</style>
border-color css
<style>
span { border-color: #A798DD; }
span { border-color: rgb(167,152,221); }
td.TdClassName
{
border-color: #A798DD;
}
.TagClassName
{
border-color: #A798DD;
}
</style>