Shades of Biloba Flower #A891DC
Tints of Biloba Flower #A891DC
RGB
CMYK
RGB Variations
Color information
#A891DC (or 0xA891DC) is known color: Biloba Flower. HEX triplet: A8, 91 and DC. RGB value is (168,145,220). Sum of RGB (Red+Green+Blue) = 168+145+220=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A891DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891DC is #576E23. Grayscale: #A0A0A0. Windows color (decimal): -5729828 or 14455208. OLE color: 14455208.
HSL color Cylindrical-coordinate representation of color #A891DC: hue angle of 258.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A891DC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 145 | 220 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.14 |
| HSL | 258.4º | 0.52% | 0.72% | - |
| HSV(B) | 258.4º | 0.34% | 0.86% | - |
| XYZ | 39.19 | 33.74 | 72.16 | - |
| YUV | 160.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 220 | 0.24 | 0.34 | 0 | 0.14 | 258.4 | 0.52 | 0.72 |
| Hex | A8 | 91 | DC | 18 | 22 | 0 | E | 102 | 34 | 48 |
| Octal | 250 | 221 | 334 | 30 | 42 | 0 | 16 | 402 | 64 | 110 |
| Binary | 10101000 | 10010001 | 11011100 | 11000 | 100010 | 0 | 1110 | 100000010 | 110100 | 1001000 |
Color Harmonies of #A891DC
Complementary color
Monochromatic Colors of #A891DC
Black with #A891DC
Text Example
Text Example
White with #A891DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891DC; }
p { color: rgb(168,145,220); }
H1.HeaderClassName
{
color: #A891DC;
}
.AnyTagClassName
{
color: #A891DC;
}
</style>
background-color css
<style>
a { background-color: #A891DC; }
a { background-color: rgb(168,145,220); }
div.DivClassName
{
background-color: #A891DC;
}
.BgClassName
{
background-color: #A891DC;
}
</style>
border-color css
<style>
span { border-color: #A891DC; }
span { border-color: rgb(168,145,220); }
td.TdClassName
{
border-color: #A891DC;
}
.TagClassName
{
border-color: #A891DC;
}
</style>