Shades of Biloba Flower #A982DA
Tints of Biloba Flower #A982DA
RGB
CMYK
RGB Variations
Color information
#A982DA (or 0xA982DA) is known color: Biloba Flower. HEX triplet: A9, 82 and DA. RGB value is (169,130,218). Sum of RGB (Red+Green+Blue) = 169+130+218=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A982DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DA is #567D25. Grayscale: #979797. Windows color (decimal): -5668134 or 14320297. OLE color: 14320297.
HSL color Cylindrical-coordinate representation of color #A982DA: hue angle of 266.59º 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 #A982DA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 130 | 218 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.15 |
| HSL | 266.59º | 0.54% | 0.68% | - |
| HSV(B) | 266.59º | 0.4% | 0.85% | - |
| XYZ | 37 | 29.46 | 70.07 | - |
| YUV | 151.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 218 | 0.22 | 0.40 | 0 | 0.15 | 266.59 | 0.54 | 0.68 |
| Hex | A9 | 82 | DA | 16 | 28 | 0 | F | 10B | 36 | 44 |
| Octal | 251 | 202 | 332 | 26 | 50 | 0 | 17 | 413 | 66 | 104 |
| Binary | 10101001 | 10000010 | 11011010 | 10110 | 101000 | 0 | 1111 | 100001011 | 110110 | 1000100 |
Color Harmonies of #A982DA
Complementary color
Monochromatic Colors of #A982DA
Black with #A982DA
Text Example
Text Example
White with #A982DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982DA; }
p { color: rgb(169,130,218); }
H1.HeaderClassName
{
color: #A982DA;
}
.AnyTagClassName
{
color: #A982DA;
}
</style>
background-color css
<style>
a { background-color: #A982DA; }
a { background-color: rgb(169,130,218); }
div.DivClassName
{
background-color: #A982DA;
}
.BgClassName
{
background-color: #A982DA;
}
</style>
border-color css
<style>
span { border-color: #A982DA; }
span { border-color: rgb(169,130,218); }
td.TdClassName
{
border-color: #A982DA;
}
.TagClassName
{
border-color: #A982DA;
}
</style>