Shades of Biloba Flower #A883D9
Tints of Biloba Flower #A883D9
RGB
CMYK
RGB Variations
Color information
#A883D9 (or 0xA883D9) is known color: Biloba Flower. HEX triplet: A8, 83 and D9. RGB value is (168,131,217). Sum of RGB (Red+Green+Blue) = 168+131+217=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A883D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883D9 is #577C26. Grayscale: #979797. Windows color (decimal): -5733415 or 14255016. OLE color: 14255016.
HSL color Cylindrical-coordinate representation of color #A883D9: hue angle of 265.81º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883D9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 131 | 217 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.15 |
| HSL | 265.81º | 0.53% | 0.68% | - |
| HSV(B) | 265.81º | 0.4% | 0.85% | - |
| XYZ | 36.79 | 29.57 | 69.41 | - |
| YUV | 151.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 217 | 0.23 | 0.40 | 0 | 0.15 | 265.81 | 0.53 | 0.68 |
| Hex | A8 | 83 | D9 | 17 | 28 | 0 | F | 10A | 35 | 44 |
| Octal | 250 | 203 | 331 | 27 | 50 | 0 | 17 | 412 | 65 | 104 |
| Binary | 10101000 | 10000011 | 11011001 | 10111 | 101000 | 0 | 1111 | 100001010 | 110101 | 1000100 |
Color Harmonies of #A883D9
Complementary color
Monochromatic Colors of #A883D9
Black with #A883D9
Text Example
Text Example
White with #A883D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883D9; }
p { color: rgb(168,131,217); }
H1.HeaderClassName
{
color: #A883D9;
}
.AnyTagClassName
{
color: #A883D9;
}
</style>
background-color css
<style>
a { background-color: #A883D9; }
a { background-color: rgb(168,131,217); }
div.DivClassName
{
background-color: #A883D9;
}
.BgClassName
{
background-color: #A883D9;
}
</style>
border-color css
<style>
span { border-color: #A883D9; }
span { border-color: rgb(168,131,217); }
td.TdClassName
{
border-color: #A883D9;
}
.TagClassName
{
border-color: #A883D9;
}
</style>