Shades of Biloba Flower #A08CDF
Tints of Biloba Flower #A08CDF
RGB
CMYK
RGB Variations
Color information
#A08CDF (or 0xA08CDF) is known color: Biloba Flower. HEX triplet: A0, 8C and DF. RGB value is (160,140,223). Sum of RGB (Red+Green+Blue) = 160+140+223=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A08CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CDF is #5F7320. Grayscale: #9B9B9B. Windows color (decimal): -6255393 or 14650528. OLE color: 14650528.
HSL color Cylindrical-coordinate representation of color #A08CDF: hue angle of 254.46º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08CDF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 140 | 223 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.13 |
| HSL | 254.46º | 0.56% | 0.71% | - |
| HSV(B) | 254.46º | 0.37% | 0.87% | - |
| XYZ | 37.19 | 31.56 | 73.94 | - |
| YUV | 155.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 223 | 0.28 | 0.37 | 0 | 0.13 | 254.46 | 0.56 | 0.71 |
| Hex | A0 | 8C | DF | 1C | 25 | 0 | D | FE | 38 | 47 |
| Octal | 240 | 214 | 337 | 34 | 45 | 0 | 15 | 376 | 70 | 107 |
| Binary | 10100000 | 10001100 | 11011111 | 11100 | 100101 | 0 | 1101 | 11111110 | 111000 | 1000111 |
Color Harmonies of #A08CDF
Complementary color
Monochromatic Colors of #A08CDF
Black with #A08CDF
Text Example
Text Example
White with #A08CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CDF; }
p { color: rgb(160,140,223); }
H1.HeaderClassName
{
color: #A08CDF;
}
.AnyTagClassName
{
color: #A08CDF;
}
</style>
background-color css
<style>
a { background-color: #A08CDF; }
a { background-color: rgb(160,140,223); }
div.DivClassName
{
background-color: #A08CDF;
}
.BgClassName
{
background-color: #A08CDF;
}
</style>
border-color css
<style>
span { border-color: #A08CDF; }
span { border-color: rgb(160,140,223); }
td.TdClassName
{
border-color: #A08CDF;
}
.TagClassName
{
border-color: #A08CDF;
}
</style>