Shades of Biloba Flower #A982D6
Tints of Biloba Flower #A982D6
RGB
CMYK
RGB Variations
Color information
#A982D6 (or 0xA982D6) is known color: Biloba Flower. HEX triplet: A9, 82 and D6. RGB value is (169,130,214). Sum of RGB (Red+Green+Blue) = 169+130+214=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #A982D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982D6 is #567D29. Grayscale: #969696. Windows color (decimal): -5668138 or 14058153. OLE color: 14058153.
HSL color Cylindrical-coordinate representation of color #A982D6: hue angle of 267.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A982D6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 130 | 214 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.16 |
| HSL | 267.86º | 0.51% | 0.67% | - |
| HSV(B) | 267.86º | 0.39% | 0.84% | - |
| XYZ | 36.48 | 29.26 | 67.34 | - |
| YUV | 151.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 214 | 0.21 | 0.39 | 0 | 0.16 | 267.86 | 0.51 | 0.67 |
| Hex | A9 | 82 | D6 | 15 | 27 | 0 | 10 | 10C | 33 | 43 |
| Octal | 251 | 202 | 326 | 25 | 47 | 0 | 20 | 414 | 63 | 103 |
| Binary | 10101001 | 10000010 | 11010110 | 10101 | 100111 | 0 | 10000 | 100001100 | 110011 | 1000011 |
Color Harmonies of #A982D6
Complementary color
Monochromatic Colors of #A982D6
Black with #A982D6
Text Example
Text Example
White with #A982D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982D6; }
p { color: rgb(169,130,214); }
H1.HeaderClassName
{
color: #A982D6;
}
.AnyTagClassName
{
color: #A982D6;
}
</style>
background-color css
<style>
a { background-color: #A982D6; }
a { background-color: rgb(169,130,214); }
div.DivClassName
{
background-color: #A982D6;
}
.BgClassName
{
background-color: #A982D6;
}
</style>
border-color css
<style>
span { border-color: #A982D6; }
span { border-color: rgb(169,130,214); }
td.TdClassName
{
border-color: #A982D6;
}
.TagClassName
{
border-color: #A982D6;
}
</style>