Shades of Biloba Flower #A08FD0
Tints of Biloba Flower #A08FD0
RGB
CMYK
RGB Variations
Color information
#A08FD0 (or 0xA08FD0) is known color: Biloba Flower. HEX triplet: A0, 8F and D0. RGB value is (160,143,208). Sum of RGB (Red+Green+Blue) = 160+143+208=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A08FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FD0 is #5F702F. Grayscale: #9B9B9B. Windows color (decimal): -6254640 or 13668256. OLE color: 13668256.
HSL color Cylindrical-coordinate representation of color #A08FD0: hue angle of 255.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08FD0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 143 | 208 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.18 |
| HSL | 255.69º | 0.41% | 0.69% | - |
| HSV(B) | 255.69º | 0.31% | 0.82% | - |
| XYZ | 35.7 | 31.67 | 63.91 | - |
| YUV | 155.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 208 | 0.23 | 0.31 | 0 | 0.18 | 255.69 | 0.41 | 0.69 |
| Hex | A0 | 8F | D0 | 17 | 1F | 0 | 12 | 100 | 29 | 45 |
| Octal | 240 | 217 | 320 | 27 | 37 | 0 | 22 | 400 | 51 | 105 |
| Binary | 10100000 | 10001111 | 11010000 | 10111 | 11111 | 0 | 10010 | 100000000 | 101001 | 1000101 |
Color Harmonies of #A08FD0
Complementary color
Monochromatic Colors of #A08FD0
Black with #A08FD0
Text Example
Text Example
White with #A08FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FD0; }
p { color: rgb(160,143,208); }
H1.HeaderClassName
{
color: #A08FD0;
}
.AnyTagClassName
{
color: #A08FD0;
}
</style>
background-color css
<style>
a { background-color: #A08FD0; }
a { background-color: rgb(160,143,208); }
div.DivClassName
{
background-color: #A08FD0;
}
.BgClassName
{
background-color: #A08FD0;
}
</style>
border-color css
<style>
span { border-color: #A08FD0; }
span { border-color: rgb(160,143,208); }
td.TdClassName
{
border-color: #A08FD0;
}
.TagClassName
{
border-color: #A08FD0;
}
</style>