Shades of Biloba Flower #A883DD
Tints of Biloba Flower #A883DD
RGB
CMYK
RGB Variations
Color information
#A883DD (or 0xA883DD) is known color: Biloba Flower. HEX triplet: A8, 83 and DD. RGB value is (168,131,221). Sum of RGB (Red+Green+Blue) = 168+131+221=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A883DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DD is #577C22. Grayscale: #989898. Windows color (decimal): -5733411 or 14517160. OLE color: 14517160.
HSL color Cylindrical-coordinate representation of color #A883DD: hue angle of 264.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A883DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 131 | 221 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.13 |
| HSL | 264.67º | 0.57% | 0.69% | - |
| HSV(B) | 264.67º | 0.41% | 0.87% | - |
| XYZ | 37.32 | 29.78 | 72.19 | - |
| YUV | 152.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 221 | 0.24 | 0.41 | 0 | 0.13 | 264.67 | 0.57 | 0.69 |
| Hex | A8 | 83 | DD | 18 | 29 | 0 | D | 109 | 39 | 45 |
| Octal | 250 | 203 | 335 | 30 | 51 | 0 | 15 | 411 | 71 | 105 |
| Binary | 10101000 | 10000011 | 11011101 | 11000 | 101001 | 0 | 1101 | 100001001 | 111001 | 1000101 |
Color Harmonies of #A883DD
Complementary color
Monochromatic Colors of #A883DD
Black with #A883DD
Text Example
Text Example
White with #A883DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883DD; }
p { color: rgb(168,131,221); }
H1.HeaderClassName
{
color: #A883DD;
}
.AnyTagClassName
{
color: #A883DD;
}
</style>
background-color css
<style>
a { background-color: #A883DD; }
a { background-color: rgb(168,131,221); }
div.DivClassName
{
background-color: #A883DD;
}
.BgClassName
{
background-color: #A883DD;
}
</style>
border-color css
<style>
span { border-color: #A883DD; }
span { border-color: rgb(168,131,221); }
td.TdClassName
{
border-color: #A883DD;
}
.TagClassName
{
border-color: #A883DD;
}
</style>