Shades of Biloba Flower #A983DB
Tints of Biloba Flower #A983DB
RGB
CMYK
RGB Variations
Color information
#A983DB (or 0xA983DB) is known color: Biloba Flower. HEX triplet: A9, 83 and DB. RGB value is (169,131,219). Sum of RGB (Red+Green+Blue) = 169+131+219=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A983DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983DB is #567C24. Grayscale: #989898. Windows color (decimal): -5667877 or 14386089. OLE color: 14386089.
HSL color Cylindrical-coordinate representation of color #A983DB: hue angle of 265.91º 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 #A983DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 131 | 219 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 265.91º | 0.55% | 0.69% | - |
| HSV(B) | 265.91º | 0.4% | 0.86% | - |
| XYZ | 37.26 | 29.78 | 70.8 | - |
| YUV | 152.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 219 | 0.23 | 0.40 | 0 | 0.14 | 265.91 | 0.55 | 0.69 |
| Hex | A9 | 83 | DB | 17 | 28 | 0 | E | 10A | 37 | 45 |
| Octal | 251 | 203 | 333 | 27 | 50 | 0 | 16 | 412 | 67 | 105 |
| Binary | 10101001 | 10000011 | 11011011 | 10111 | 101000 | 0 | 1110 | 100001010 | 110111 | 1000101 |
Color Harmonies of #A983DB
Complementary color
Monochromatic Colors of #A983DB
Black with #A983DB
Text Example
Text Example
White with #A983DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983DB; }
p { color: rgb(169,131,219); }
H1.HeaderClassName
{
color: #A983DB;
}
.AnyTagClassName
{
color: #A983DB;
}
</style>
background-color css
<style>
a { background-color: #A983DB; }
a { background-color: rgb(169,131,219); }
div.DivClassName
{
background-color: #A983DB;
}
.BgClassName
{
background-color: #A983DB;
}
</style>
border-color css
<style>
span { border-color: #A983DB; }
span { border-color: rgb(169,131,219); }
td.TdClassName
{
border-color: #A983DB;
}
.TagClassName
{
border-color: #A983DB;
}
</style>