Shades of Biloba Flower #A980D5
Tints of Biloba Flower #A980D5
RGB
CMYK
RGB Variations
Color information
#A980D5 (or 0xA980D5) is known color: Biloba Flower. HEX triplet: A9, 80 and D5. RGB value is (169,128,213). Sum of RGB (Red+Green+Blue) = 169+128+213=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #A980D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980D5 is #567F2A. Grayscale: #959595. Windows color (decimal): -5668651 or 13992105. OLE color: 13992105.
HSL color Cylindrical-coordinate representation of color #A980D5: hue angle of 268.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A980D5 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 128 | 213 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.16 |
| HSL | 268.94º | 0.5% | 0.67% | - |
| HSV(B) | 268.94º | 0.4% | 0.84% | - |
| XYZ | 36.09 | 28.68 | 66.58 | - |
| YUV | 149.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 213 | 0.21 | 0.40 | 0 | 0.16 | 268.94 | 0.5 | 0.67 |
| Hex | A9 | 80 | D5 | 15 | 28 | 0 | 10 | 10D | 32 | 43 |
| Octal | 251 | 200 | 325 | 25 | 50 | 0 | 20 | 415 | 62 | 103 |
| Binary | 10101001 | 10000000 | 11010101 | 10101 | 101000 | 0 | 10000 | 100001101 | 110010 | 1000011 |
Color Harmonies of #A980D5
Complementary color
Monochromatic Colors of #A980D5
Black with #A980D5
Text Example
Text Example
White with #A980D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980D5; }
p { color: rgb(169,128,213); }
H1.HeaderClassName
{
color: #A980D5;
}
.AnyTagClassName
{
color: #A980D5;
}
</style>
background-color css
<style>
a { background-color: #A980D5; }
a { background-color: rgb(169,128,213); }
div.DivClassName
{
background-color: #A980D5;
}
.BgClassName
{
background-color: #A980D5;
}
</style>
border-color css
<style>
span { border-color: #A980D5; }
span { border-color: rgb(169,128,213); }
td.TdClassName
{
border-color: #A980D5;
}
.TagClassName
{
border-color: #A980D5;
}
</style>