Shades of Biloba Flower #A881DC
Tints of Biloba Flower #A881DC
RGB
CMYK
RGB Variations
Color information
#A881DC (or 0xA881DC) is known color: Biloba Flower. HEX triplet: A8, 81 and DC. RGB value is (168,129,220). Sum of RGB (Red+Green+Blue) = 168+129+220=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A881DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DC is #577E23. Grayscale: #969696. Windows color (decimal): -5733924 or 14451112. OLE color: 14451112.
HSL color Cylindrical-coordinate representation of color #A881DC: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A881DC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 129 | 220 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.14 |
| HSL | 265.71º | 0.57% | 0.68% | - |
| HSV(B) | 265.71º | 0.41% | 0.86% | - |
| XYZ | 36.92 | 29.19 | 71.4 | - |
| YUV | 151.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 220 | 0.24 | 0.41 | 0 | 0.14 | 265.71 | 0.57 | 0.68 |
| Hex | A8 | 81 | DC | 18 | 29 | 0 | E | 10A | 39 | 44 |
| Octal | 250 | 201 | 334 | 30 | 51 | 0 | 16 | 412 | 71 | 104 |
| Binary | 10101000 | 10000001 | 11011100 | 11000 | 101001 | 0 | 1110 | 100001010 | 111001 | 1000100 |
Color Harmonies of #A881DC
Complementary color
Monochromatic Colors of #A881DC
Black with #A881DC
Text Example
Text Example
White with #A881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881DC; }
p { color: rgb(168,129,220); }
H1.HeaderClassName
{
color: #A881DC;
}
.AnyTagClassName
{
color: #A881DC;
}
</style>
background-color css
<style>
a { background-color: #A881DC; }
a { background-color: rgb(168,129,220); }
div.DivClassName
{
background-color: #A881DC;
}
.BgClassName
{
background-color: #A881DC;
}
</style>
border-color css
<style>
span { border-color: #A881DC; }
span { border-color: rgb(168,129,220); }
td.TdClassName
{
border-color: #A881DC;
}
.TagClassName
{
border-color: #A881DC;
}
</style>