Shades of Biloba Flower #A682DD
Tints of Biloba Flower #A682DD
RGB
CMYK
RGB Variations
Color information
#A682DD (or 0xA682DD) is known color: Biloba Flower. HEX triplet: A6, 82 and DD. RGB value is (166,130,221). Sum of RGB (Red+Green+Blue) = 166+130+221=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A682DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DD is #597D22. Grayscale: #969696. Windows color (decimal): -5864739 or 14516902. OLE color: 14516902.
HSL color Cylindrical-coordinate representation of color #A682DD: hue angle of 263.74º 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 #A682DD is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 130 | 221 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.13 |
| HSL | 263.74º | 0.57% | 0.69% | - |
| HSV(B) | 263.74º | 0.41% | 0.87% | - |
| XYZ | 36.76 | 29.29 | 72.12 | - |
| YUV | 151.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 221 | 0.25 | 0.41 | 0 | 0.13 | 263.74 | 0.57 | 0.69 |
| Hex | A6 | 82 | DD | 19 | 29 | 0 | D | 108 | 39 | 45 |
| Octal | 246 | 202 | 335 | 31 | 51 | 0 | 15 | 410 | 71 | 105 |
| Binary | 10100110 | 10000010 | 11011101 | 11001 | 101001 | 0 | 1101 | 100001000 | 111001 | 1000101 |
Color Harmonies of #A682DD
Complementary color
Monochromatic Colors of #A682DD
Black with #A682DD
Text Example
Text Example
White with #A682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682DD; }
p { color: rgb(166,130,221); }
H1.HeaderClassName
{
color: #A682DD;
}
.AnyTagClassName
{
color: #A682DD;
}
</style>
background-color css
<style>
a { background-color: #A682DD; }
a { background-color: rgb(166,130,221); }
div.DivClassName
{
background-color: #A682DD;
}
.BgClassName
{
background-color: #A682DD;
}
</style>
border-color css
<style>
span { border-color: #A682DD; }
span { border-color: rgb(166,130,221); }
td.TdClassName
{
border-color: #A682DD;
}
.TagClassName
{
border-color: #A682DD;
}
</style>