Shades of Biloba Flower #A784DB
Tints of Biloba Flower #A784DB
RGB
CMYK
RGB Variations
Color information
#A784DB (or 0xA784DB) is known color: Biloba Flower. HEX triplet: A7, 84 and DB. RGB value is (167,132,219). Sum of RGB (Red+Green+Blue) = 167+132+219=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A784DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A784DB is #587B24. Grayscale: #989898. Windows color (decimal): -5798693 or 14386343. OLE color: 14386343.
HSL color Cylindrical-coordinate representation of color #A784DB: hue angle of 264.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A784DB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 132 | 219 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.14 |
| HSL | 264.14º | 0.55% | 0.69% | - |
| HSV(B) | 264.14º | 0.4% | 0.86% | - |
| XYZ | 36.97 | 29.83 | 70.83 | - |
| YUV | 152.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 219 | 0.24 | 0.40 | 0 | 0.14 | 264.14 | 0.55 | 0.69 |
| Hex | A7 | 84 | DB | 18 | 28 | 0 | E | 108 | 37 | 45 |
| Octal | 247 | 204 | 333 | 30 | 50 | 0 | 16 | 410 | 67 | 105 |
| Binary | 10100111 | 10000100 | 11011011 | 11000 | 101000 | 0 | 1110 | 100001000 | 110111 | 1000101 |
Color Harmonies of #A784DB
Complementary color
Monochromatic Colors of #A784DB
Black with #A784DB
Text Example
Text Example
White with #A784DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A784DB; }
p { color: rgb(167,132,219); }
H1.HeaderClassName
{
color: #A784DB;
}
.AnyTagClassName
{
color: #A784DB;
}
</style>
background-color css
<style>
a { background-color: #A784DB; }
a { background-color: rgb(167,132,219); }
div.DivClassName
{
background-color: #A784DB;
}
.BgClassName
{
background-color: #A784DB;
}
</style>
border-color css
<style>
span { border-color: #A784DB; }
span { border-color: rgb(167,132,219); }
td.TdClassName
{
border-color: #A784DB;
}
.TagClassName
{
border-color: #A784DB;
}
</style>