Shades of Biloba Flower #A08FDC
Tints of Biloba Flower #A08FDC
RGB
CMYK
RGB Variations
Color information
#A08FDC (or 0xA08FDC) is known color: Biloba Flower. HEX triplet: A0, 8F and DC. RGB value is (160,143,220). Sum of RGB (Red+Green+Blue) = 160+143+220=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A08FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FDC is #5F7023. Grayscale: #9C9C9C. Windows color (decimal): -6254628 or 14454688. OLE color: 14454688.
HSL color Cylindrical-coordinate representation of color #A08FDC: hue angle of 253.25º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08FDC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 143 | 220 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 253.25º | 0.52% | 0.71% | - |
| HSV(B) | 253.25º | 0.35% | 0.86% | - |
| XYZ | 37.24 | 32.29 | 71.98 | - |
| YUV | 156.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 220 | 0.27 | 0.35 | 0 | 0.14 | 253.25 | 0.52 | 0.71 |
| Hex | A0 | 8F | DC | 1B | 23 | 0 | E | FD | 34 | 47 |
| Octal | 240 | 217 | 334 | 33 | 43 | 0 | 16 | 375 | 64 | 107 |
| Binary | 10100000 | 10001111 | 11011100 | 11011 | 100011 | 0 | 1110 | 11111101 | 110100 | 1000111 |
Color Harmonies of #A08FDC
Complementary color
Monochromatic Colors of #A08FDC
Black with #A08FDC
Text Example
Text Example
White with #A08FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FDC; }
p { color: rgb(160,143,220); }
H1.HeaderClassName
{
color: #A08FDC;
}
.AnyTagClassName
{
color: #A08FDC;
}
</style>
background-color css
<style>
a { background-color: #A08FDC; }
a { background-color: rgb(160,143,220); }
div.DivClassName
{
background-color: #A08FDC;
}
.BgClassName
{
background-color: #A08FDC;
}
</style>
border-color css
<style>
span { border-color: #A08FDC; }
span { border-color: rgb(160,143,220); }
td.TdClassName
{
border-color: #A08FDC;
}
.TagClassName
{
border-color: #A08FDC;
}
</style>