Shades of Biloba Flower #A883DB
Tints of Biloba Flower #A883DB
RGB
CMYK
RGB Variations
Color information
#A883DB (or 0xA883DB) is known color: Biloba Flower. HEX triplet: A8, 83 and DB. RGB value is (168,131,219). Sum of RGB (Red+Green+Blue) = 168+131+219=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A883DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DB is #577C24. Grayscale: #979797. Windows color (decimal): -5733413 or 14386088. OLE color: 14386088.
HSL color Cylindrical-coordinate representation of color #A883DB: hue angle of 265.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 131 | 219 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 265.23º | 0.55% | 0.69% | - |
| HSV(B) | 265.23º | 0.4% | 0.86% | - |
| XYZ | 37.05 | 29.67 | 70.79 | - |
| YUV | 152.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 219 | 0.23 | 0.40 | 0 | 0.14 | 265.23 | 0.55 | 0.69 |
| Hex | A8 | 83 | DB | 17 | 28 | 0 | E | 109 | 37 | 45 |
| Octal | 250 | 203 | 333 | 27 | 50 | 0 | 16 | 411 | 67 | 105 |
| Binary | 10101000 | 10000011 | 11011011 | 10111 | 101000 | 0 | 1110 | 100001001 | 110111 | 1000101 |
Color Harmonies of #A883DB
Complementary color
Monochromatic Colors of #A883DB
Black with #A883DB
Text Example
Text Example
White with #A883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883DB; }
p { color: rgb(168,131,219); }
H1.HeaderClassName
{
color: #A883DB;
}
.AnyTagClassName
{
color: #A883DB;
}
</style>
background-color css
<style>
a { background-color: #A883DB; }
a { background-color: rgb(168,131,219); }
div.DivClassName
{
background-color: #A883DB;
}
.BgClassName
{
background-color: #A883DB;
}
</style>
border-color css
<style>
span { border-color: #A883DB; }
span { border-color: rgb(168,131,219); }
td.TdClassName
{
border-color: #A883DB;
}
.TagClassName
{
border-color: #A883DB;
}
</style>