Shades of Biloba Flower #A08ADA
Tints of Biloba Flower #A08ADA
RGB
CMYK
RGB Variations
Color information
#A08ADA (or 0xA08ADA) is known color: Biloba Flower. HEX triplet: A0, 8A and DA. RGB value is (160,138,218). Sum of RGB (Red+Green+Blue) = 160+138+218=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADA is #5F7525. Grayscale: #999999. Windows color (decimal): -6255910 or 14322336. OLE color: 14322336.
HSL color Cylindrical-coordinate representation of color #A08ADA: hue angle of 256.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08ADA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 138 | 218 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.15 |
| HSL | 256.5º | 0.52% | 0.7% | - |
| HSV(B) | 256.5º | 0.37% | 0.85% | - |
| XYZ | 36.24 | 30.71 | 70.35 | - |
| YUV | 153.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 218 | 0.27 | 0.37 | 0 | 0.15 | 256.5 | 0.52 | 0.7 |
| Hex | A0 | 8A | DA | 1B | 25 | 0 | F | 100 | 34 | 46 |
| Octal | 240 | 212 | 332 | 33 | 45 | 0 | 17 | 400 | 64 | 106 |
| Binary | 10100000 | 10001010 | 11011010 | 11011 | 100101 | 0 | 1111 | 100000000 | 110100 | 1000110 |
Color Harmonies of #A08ADA
Complementary color
Monochromatic Colors of #A08ADA
Black with #A08ADA
Text Example
Text Example
White with #A08ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ADA; }
p { color: rgb(160,138,218); }
H1.HeaderClassName
{
color: #A08ADA;
}
.AnyTagClassName
{
color: #A08ADA;
}
</style>
background-color css
<style>
a { background-color: #A08ADA; }
a { background-color: rgb(160,138,218); }
div.DivClassName
{
background-color: #A08ADA;
}
.BgClassName
{
background-color: #A08ADA;
}
</style>
border-color css
<style>
span { border-color: #A08ADA; }
span { border-color: rgb(160,138,218); }
td.TdClassName
{
border-color: #A08ADA;
}
.TagClassName
{
border-color: #A08ADA;
}
</style>