Shades of Biloba Flower #A08CDC
Tints of Biloba Flower #A08CDC
RGB
CMYK
RGB Variations
Color information
#A08CDC (or 0xA08CDC) is known color: Biloba Flower. HEX triplet: A0, 8C and DC. RGB value is (160,140,220). Sum of RGB (Red+Green+Blue) = 160+140+220=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 140 (55.08% from 255 or 26.92% 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 #A08CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CDC is #5F7323. Grayscale: #9A9A9A. Windows color (decimal): -6255396 or 14453920. OLE color: 14453920.
HSL color Cylindrical-coordinate representation of color #A08CDC: hue angle of 255º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08CDC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 140 | 220 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.14 |
| HSL | 255º | 0.53% | 0.71% | - |
| HSV(B) | 255º | 0.36% | 0.86% | - |
| XYZ | 36.79 | 31.4 | 71.83 | - |
| YUV | 155.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 220 | 0.27 | 0.36 | 0 | 0.14 | 255 | 0.53 | 0.71 |
| Hex | A0 | 8C | DC | 1B | 24 | 0 | E | FF | 35 | 47 |
| Octal | 240 | 214 | 334 | 33 | 44 | 0 | 16 | 377 | 65 | 107 |
| Binary | 10100000 | 10001100 | 11011100 | 11011 | 100100 | 0 | 1110 | 11111111 | 110101 | 1000111 |
Color Harmonies of #A08CDC
Complementary color
Monochromatic Colors of #A08CDC
Black with #A08CDC
Text Example
Text Example
White with #A08CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CDC; }
p { color: rgb(160,140,220); }
H1.HeaderClassName
{
color: #A08CDC;
}
.AnyTagClassName
{
color: #A08CDC;
}
</style>
background-color css
<style>
a { background-color: #A08CDC; }
a { background-color: rgb(160,140,220); }
div.DivClassName
{
background-color: #A08CDC;
}
.BgClassName
{
background-color: #A08CDC;
}
</style>
border-color css
<style>
span { border-color: #A08CDC; }
span { border-color: rgb(160,140,220); }
td.TdClassName
{
border-color: #A08CDC;
}
.TagClassName
{
border-color: #A08CDC;
}
</style>