Shades of Biloba Flower #A899DE
Tints of Biloba Flower #A899DE
RGB
CMYK
RGB Variations
Color information
#A899DE (or 0xA899DE) is known color: Biloba Flower. HEX triplet: A8, 99 and DE. RGB value is (168,153,222). Sum of RGB (Red+Green+Blue) = 168+153+222=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A899DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899DE is #576621. Grayscale: #A5A5A5. Windows color (decimal): -5727778 or 14588328. OLE color: 14588328.
HSL color Cylindrical-coordinate representation of color #A899DE: hue angle of 253.04º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A899DE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 153 | 222 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.13 |
| HSL | 253.04º | 0.51% | 0.74% | - |
| HSV(B) | 253.04º | 0.31% | 0.87% | - |
| XYZ | 40.72 | 36.38 | 73.98 | - |
| YUV | 165.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 222 | 0.24 | 0.31 | 0 | 0.13 | 253.04 | 0.51 | 0.74 |
| Hex | A8 | 99 | DE | 18 | 1F | 0 | D | FD | 33 | 4A |
| Octal | 250 | 231 | 336 | 30 | 37 | 0 | 15 | 375 | 63 | 112 |
| Binary | 10101000 | 10011001 | 11011110 | 11000 | 11111 | 0 | 1101 | 11111101 | 110011 | 1001010 |
Color Harmonies of #A899DE
Complementary color
Monochromatic Colors of #A899DE
Black with #A899DE
Text Example
Text Example
White with #A899DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899DE; }
p { color: rgb(168,153,222); }
H1.HeaderClassName
{
color: #A899DE;
}
.AnyTagClassName
{
color: #A899DE;
}
</style>
background-color css
<style>
a { background-color: #A899DE; }
a { background-color: rgb(168,153,222); }
div.DivClassName
{
background-color: #A899DE;
}
.BgClassName
{
background-color: #A899DE;
}
</style>
border-color css
<style>
span { border-color: #A899DE; }
span { border-color: rgb(168,153,222); }
td.TdClassName
{
border-color: #A899DE;
}
.TagClassName
{
border-color: #A899DE;
}
</style>