Shades of Biloba Flower #A682DA
Tints of Biloba Flower #A682DA
RGB
CMYK
RGB Variations
Color information
#A682DA (or 0xA682DA) is known color: Biloba Flower. HEX triplet: A6, 82 and DA. RGB value is (166,130,218). Sum of RGB (Red+Green+Blue) = 166+130+218=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #A682DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DA is #597D25. Grayscale: #969696. Windows color (decimal): -5864742 or 14320294. OLE color: 14320294.
HSL color Cylindrical-coordinate representation of color #A682DA: hue angle of 264.55º degrees, saturation: 0.54, 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 #A682DA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 130 | 218 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.15 |
| HSL | 264.55º | 0.54% | 0.68% | - |
| HSV(B) | 264.55º | 0.4% | 0.85% | - |
| XYZ | 36.36 | 29.13 | 70.04 | - |
| YUV | 150.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 218 | 0.24 | 0.40 | 0 | 0.15 | 264.55 | 0.54 | 0.68 |
| Hex | A6 | 82 | DA | 18 | 28 | 0 | F | 109 | 36 | 44 |
| Octal | 246 | 202 | 332 | 30 | 50 | 0 | 17 | 411 | 66 | 104 |
| Binary | 10100110 | 10000010 | 11011010 | 11000 | 101000 | 0 | 1111 | 100001001 | 110110 | 1000100 |
Color Harmonies of #A682DA
Complementary color
Monochromatic Colors of #A682DA
Black with #A682DA
Text Example
Text Example
White with #A682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682DA; }
p { color: rgb(166,130,218); }
H1.HeaderClassName
{
color: #A682DA;
}
.AnyTagClassName
{
color: #A682DA;
}
</style>
background-color css
<style>
a { background-color: #A682DA; }
a { background-color: rgb(166,130,218); }
div.DivClassName
{
background-color: #A682DA;
}
.BgClassName
{
background-color: #A682DA;
}
</style>
border-color css
<style>
span { border-color: #A682DA; }
span { border-color: rgb(166,130,218); }
td.TdClassName
{
border-color: #A682DA;
}
.TagClassName
{
border-color: #A682DA;
}
</style>