Shades of Biloba Flower #A884DC
Tints of Biloba Flower #A884DC
RGB
CMYK
RGB Variations
Color information
#A884DC (or 0xA884DC) is known color: Biloba Flower. HEX triplet: A8, 84 and DC. RGB value is (168,132,220). Sum of RGB (Red+Green+Blue) = 168+132+220=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A884DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DC is #577B23. Grayscale: #989898. Windows color (decimal): -5733156 or 14451880. OLE color: 14451880.
HSL color Cylindrical-coordinate representation of color #A884DC: hue angle of 264.55º degrees, saturation: 0.56, 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 #A884DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 132 | 220 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.14 |
| HSL | 264.55º | 0.56% | 0.69% | - |
| HSV(B) | 264.55º | 0.4% | 0.86% | - |
| XYZ | 37.32 | 29.99 | 71.53 | - |
| YUV | 152.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 220 | 0.24 | 0.40 | 0 | 0.14 | 264.55 | 0.56 | 0.69 |
| Hex | A8 | 84 | DC | 18 | 28 | 0 | E | 109 | 38 | 45 |
| Octal | 250 | 204 | 334 | 30 | 50 | 0 | 16 | 411 | 70 | 105 |
| Binary | 10101000 | 10000100 | 11011100 | 11000 | 101000 | 0 | 1110 | 100001001 | 111000 | 1000101 |
Color Harmonies of #A884DC
Complementary color
Monochromatic Colors of #A884DC
Black with #A884DC
Text Example
Text Example
White with #A884DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884DC; }
p { color: rgb(168,132,220); }
H1.HeaderClassName
{
color: #A884DC;
}
.AnyTagClassName
{
color: #A884DC;
}
</style>
background-color css
<style>
a { background-color: #A884DC; }
a { background-color: rgb(168,132,220); }
div.DivClassName
{
background-color: #A884DC;
}
.BgClassName
{
background-color: #A884DC;
}
</style>
border-color css
<style>
span { border-color: #A884DC; }
span { border-color: rgb(168,132,220); }
td.TdClassName
{
border-color: #A884DC;
}
.TagClassName
{
border-color: #A884DC;
}
</style>