Shades of Biloba Flower #A892DD
Tints of Biloba Flower #A892DD
RGB
CMYK
RGB Variations
Color information
#A892DD (or 0xA892DD) is known color: Biloba Flower. HEX triplet: A8, 92 and DD. RGB value is (168,146,221). Sum of RGB (Red+Green+Blue) = 168+146+221=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A892DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892DD is #576D22. Grayscale: #A0A0A0. Windows color (decimal): -5729571 or 14521000. OLE color: 14521000.
HSL color Cylindrical-coordinate representation of color #A892DD: hue angle of 257.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A892DD is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 146 | 221 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.13 |
| HSL | 257.6º | 0.52% | 0.72% | - |
| HSV(B) | 257.6º | 0.34% | 0.87% | - |
| XYZ | 39.48 | 34.1 | 72.91 | - |
| YUV | 161.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 221 | 0.24 | 0.34 | 0 | 0.13 | 257.6 | 0.52 | 0.72 |
| Hex | A8 | 92 | DD | 18 | 22 | 0 | D | 102 | 34 | 48 |
| Octal | 250 | 222 | 335 | 30 | 42 | 0 | 15 | 402 | 64 | 110 |
| Binary | 10101000 | 10010010 | 11011101 | 11000 | 100010 | 0 | 1101 | 100000010 | 110100 | 1001000 |
Color Harmonies of #A892DD
Complementary color
Monochromatic Colors of #A892DD
Black with #A892DD
Text Example
Text Example
White with #A892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892DD; }
p { color: rgb(168,146,221); }
H1.HeaderClassName
{
color: #A892DD;
}
.AnyTagClassName
{
color: #A892DD;
}
</style>
background-color css
<style>
a { background-color: #A892DD; }
a { background-color: rgb(168,146,221); }
div.DivClassName
{
background-color: #A892DD;
}
.BgClassName
{
background-color: #A892DD;
}
</style>
border-color css
<style>
span { border-color: #A892DD; }
span { border-color: rgb(168,146,221); }
td.TdClassName
{
border-color: #A892DD;
}
.TagClassName
{
border-color: #A892DD;
}
</style>