Shades of Biloba Flower #A682D9
Tints of Biloba Flower #A682D9
RGB
CMYK
RGB Variations
Color information
#A682D9 (or 0xA682D9) is known color: Biloba Flower. HEX triplet: A6, 82 and D9. RGB value is (166,130,217). Sum of RGB (Red+Green+Blue) = 166+130+217=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #A682D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682D9 is #597D26. Grayscale: #969696. Windows color (decimal): -5864743 or 14254758. OLE color: 14254758.
HSL color Cylindrical-coordinate representation of color #A682D9: hue angle of 264.83º 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 #A682D9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 130 | 217 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.15 |
| HSL | 264.83º | 0.53% | 0.68% | - |
| HSV(B) | 264.83º | 0.4% | 0.85% | - |
| XYZ | 36.23 | 29.08 | 69.35 | - |
| YUV | 150.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 217 | 0.24 | 0.40 | 0 | 0.15 | 264.83 | 0.53 | 0.68 |
| Hex | A6 | 82 | D9 | 18 | 28 | 0 | F | 109 | 35 | 44 |
| Octal | 246 | 202 | 331 | 30 | 50 | 0 | 17 | 411 | 65 | 104 |
| Binary | 10100110 | 10000010 | 11011001 | 11000 | 101000 | 0 | 1111 | 100001001 | 110101 | 1000100 |
Color Harmonies of #A682D9
Complementary color
Monochromatic Colors of #A682D9
Black with #A682D9
Text Example
Text Example
White with #A682D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682D9; }
p { color: rgb(166,130,217); }
H1.HeaderClassName
{
color: #A682D9;
}
.AnyTagClassName
{
color: #A682D9;
}
</style>
background-color css
<style>
a { background-color: #A682D9; }
a { background-color: rgb(166,130,217); }
div.DivClassName
{
background-color: #A682D9;
}
.BgClassName
{
background-color: #A682D9;
}
</style>
border-color css
<style>
span { border-color: #A682D9; }
span { border-color: rgb(166,130,217); }
td.TdClassName
{
border-color: #A682D9;
}
.TagClassName
{
border-color: #A682D9;
}
</style>