Shades of Biloba Flower #A88DCC
Tints of Biloba Flower #A88DCC
RGB
CMYK
RGB Variations
Color information
#A88DCC (or 0xA88DCC) is known color: Biloba Flower. HEX triplet: A8, 8D and CC. RGB value is (168,141,204). Sum of RGB (Red+Green+Blue) = 168+141+204=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCC is #577233. Grayscale: #9C9C9C. Windows color (decimal): -5730868 or 13405608. OLE color: 13405608.
HSL color Cylindrical-coordinate representation of color #A88DCC: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88DCC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 141 | 204 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.2 |
| HSL | 265.71º | 0.38% | 0.68% | - |
| HSV(B) | 265.71º | 0.31% | 0.8% | - |
| XYZ | 36.57 | 31.73 | 61.32 | - |
| YUV | 156.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 204 | 0.18 | 0.31 | 0 | 0.2 | 265.71 | 0.38 | 0.68 |
| Hex | A8 | 8D | CC | 12 | 1F | 0 | 14 | 10A | 26 | 44 |
| Octal | 250 | 215 | 314 | 22 | 37 | 0 | 24 | 412 | 46 | 104 |
| Binary | 10101000 | 10001101 | 11001100 | 10010 | 11111 | 0 | 10100 | 100001010 | 100110 | 1000100 |
Color Harmonies of #A88DCC
Complementary color
Monochromatic Colors of #A88DCC
Black with #A88DCC
Text Example
Text Example
White with #A88DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DCC; }
p { color: rgb(168,141,204); }
H1.HeaderClassName
{
color: #A88DCC;
}
.AnyTagClassName
{
color: #A88DCC;
}
</style>
background-color css
<style>
a { background-color: #A88DCC; }
a { background-color: rgb(168,141,204); }
div.DivClassName
{
background-color: #A88DCC;
}
.BgClassName
{
background-color: #A88DCC;
}
</style>
border-color css
<style>
span { border-color: #A88DCC; }
span { border-color: rgb(168,141,204); }
td.TdClassName
{
border-color: #A88DCC;
}
.TagClassName
{
border-color: #A88DCC;
}
</style>