Shades of Biloba Flower #A882DD
Tints of Biloba Flower #A882DD
RGB
CMYK
RGB Variations
Color information
#A882DD (or 0xA882DD) is known color: Biloba Flower. HEX triplet: A8, 82 and DD. RGB value is (168,130,221). Sum of RGB (Red+Green+Blue) = 168+130+221=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A882DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882DD is #577D22. Grayscale: #979797. Windows color (decimal): -5733667 or 14516904. OLE color: 14516904.
HSL color Cylindrical-coordinate representation of color #A882DD: hue angle of 265.05º 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 #A882DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 130 | 221 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.13 |
| HSL | 265.06º | 0.57% | 0.69% | - |
| HSV(B) | 265.06º | 0.41% | 0.87% | - |
| XYZ | 37.18 | 29.51 | 72.14 | - |
| YUV | 151.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 221 | 0.24 | 0.41 | 0 | 0.13 | 265.06 | 0.57 | 0.69 |
| Hex | A8 | 82 | DD | 18 | 29 | 0 | D | 109 | 39 | 45 |
| Octal | 250 | 202 | 335 | 30 | 51 | 0 | 15 | 411 | 71 | 105 |
| Binary | 10101000 | 10000010 | 11011101 | 11000 | 101001 | 0 | 1101 | 100001001 | 111001 | 1000101 |
Color Harmonies of #A882DD
Complementary color
Monochromatic Colors of #A882DD
Black with #A882DD
Text Example
Text Example
White with #A882DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882DD; }
p { color: rgb(168,130,221); }
H1.HeaderClassName
{
color: #A882DD;
}
.AnyTagClassName
{
color: #A882DD;
}
</style>
background-color css
<style>
a { background-color: #A882DD; }
a { background-color: rgb(168,130,221); }
div.DivClassName
{
background-color: #A882DD;
}
.BgClassName
{
background-color: #A882DD;
}
</style>
border-color css
<style>
span { border-color: #A882DD; }
span { border-color: rgb(168,130,221); }
td.TdClassName
{
border-color: #A882DD;
}
.TagClassName
{
border-color: #A882DD;
}
</style>