Shades of Biloba Flower #A08DED
Tints of Biloba Flower #A08DED
RGB
CMYK
RGB Variations
Color information
#A08DED (or 0xA08DED) is known color: Biloba Flower. HEX triplet: A0, 8D and ED. RGB value is (160,141,237). Sum of RGB (Red+Green+Blue) = 160+141+237=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #A08DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DED is #5F7212. Grayscale: #9D9D9D. Windows color (decimal): -6255123 or 15568288. OLE color: 15568288.
HSL color Cylindrical-coordinate representation of color #A08DED: hue angle of 251.87º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A08DED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 141 | 237 | - |
CMYK | 0.32 | 0.41 | 0 | 0.07 |
HSL | 251.88º | 0.73% | 0.74% | - |
HSV(B) | 251.88º | 0.41% | 0.93% | - |
XYZ | 39.31 | 32.64 | 84.35 | - |
YUV | 157.63 | 172.79 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 141 | 237 | 0.32 | 0.41 | 0 | 0.07 | 251.88 | 0.73 | 0.74 |
Hex | A0 | 8D | ED | 20 | 29 | 0 | 7 | FC | 49 | 4A |
Octal | 240 | 215 | 355 | 40 | 51 | 0 | 7 | 374 | 111 | 112 |
Binary | 10100000 | 10001101 | 11101101 | 100000 | 101001 | 0 | 111 | 11111100 | 1001001 | 1001010 |
Color Harmonies of #A08DED
Complementary color
Monochromatic Colors of #A08DED
Black with #A08DED
Text Example
Text Example
White with #A08DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DED; }
p { color: rgb(160,141,237); }
H1.HeaderClassName
{
color: #A08DED;
}
.AnyTagClassName
{
color: #A08DED;
}
</style>
background-color css
<style>
a { background-color: #A08DED; }
a { background-color: rgb(160,141,237); }
div.DivClassName
{
background-color: #A08DED;
}
.BgClassName
{
background-color: #A08DED;
}
</style>
border-color css
<style>
span { border-color: #A08DED; }
span { border-color: rgb(160,141,237); }
td.TdClassName
{
border-color: #A08DED;
}
.TagClassName
{
border-color: #A08DED;
}
</style>