Shades of Biloba Flower #A882D9
Tints of Biloba Flower #A882D9
RGB
CMYK
RGB Variations
Color information
#A882D9 (or 0xA882D9) is known color: Biloba Flower. HEX triplet: A8, 82 and D9. RGB value is (168,130,217). Sum of RGB (Red+Green+Blue) = 168+130+217=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #A882D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882D9 is #577D26. Grayscale: #969696. Windows color (decimal): -5733671 or 14254760. OLE color: 14254760.
HSL color Cylindrical-coordinate representation of color #A882D9: hue angle of 266.21º 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 #A882D9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 130 | 217 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.15 |
| HSL | 266.21º | 0.53% | 0.68% | - |
| HSV(B) | 266.21º | 0.4% | 0.85% | - |
| XYZ | 36.66 | 29.3 | 69.37 | - |
| YUV | 151.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 217 | 0.23 | 0.40 | 0 | 0.15 | 266.21 | 0.53 | 0.68 |
| Hex | A8 | 82 | D9 | 17 | 28 | 0 | F | 10A | 35 | 44 |
| Octal | 250 | 202 | 331 | 27 | 50 | 0 | 17 | 412 | 65 | 104 |
| Binary | 10101000 | 10000010 | 11011001 | 10111 | 101000 | 0 | 1111 | 100001010 | 110101 | 1000100 |
Color Harmonies of #A882D9
Complementary color
Monochromatic Colors of #A882D9
Black with #A882D9
Text Example
Text Example
White with #A882D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882D9; }
p { color: rgb(168,130,217); }
H1.HeaderClassName
{
color: #A882D9;
}
.AnyTagClassName
{
color: #A882D9;
}
</style>
background-color css
<style>
a { background-color: #A882D9; }
a { background-color: rgb(168,130,217); }
div.DivClassName
{
background-color: #A882D9;
}
.BgClassName
{
background-color: #A882D9;
}
</style>
border-color css
<style>
span { border-color: #A882D9; }
span { border-color: rgb(168,130,217); }
td.TdClassName
{
border-color: #A882D9;
}
.TagClassName
{
border-color: #A882D9;
}
</style>