Shades of Biloba Flower #A980DC
Tints of Biloba Flower #A980DC
RGB
CMYK
RGB Variations
Color information
#A980DC (or 0xA980DC) is known color: Biloba Flower. HEX triplet: A9, 80 and DC. RGB value is (169,128,220). Sum of RGB (Red+Green+Blue) = 169+128+220=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A980DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980DC is #567F23. Grayscale: #969696. Windows color (decimal): -5668644 or 14450857. OLE color: 14450857.
HSL color Cylindrical-coordinate representation of color #A980DC: hue angle of 266.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A980DC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 128 | 220 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.14 |
| HSL | 266.74º | 0.57% | 0.68% | - |
| HSV(B) | 266.74º | 0.42% | 0.86% | - |
| XYZ | 37 | 29.04 | 71.37 | - |
| YUV | 150.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 220 | 0.23 | 0.42 | 0 | 0.14 | 266.74 | 0.57 | 0.68 |
| Hex | A9 | 80 | DC | 17 | 2A | 0 | E | 10B | 39 | 44 |
| Octal | 251 | 200 | 334 | 27 | 52 | 0 | 16 | 413 | 71 | 104 |
| Binary | 10101001 | 10000000 | 11011100 | 10111 | 101010 | 0 | 1110 | 100001011 | 111001 | 1000100 |
Color Harmonies of #A980DC
Complementary color
Monochromatic Colors of #A980DC
Black with #A980DC
Text Example
Text Example
White with #A980DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980DC; }
p { color: rgb(169,128,220); }
H1.HeaderClassName
{
color: #A980DC;
}
.AnyTagClassName
{
color: #A980DC;
}
</style>
background-color css
<style>
a { background-color: #A980DC; }
a { background-color: rgb(169,128,220); }
div.DivClassName
{
background-color: #A980DC;
}
.BgClassName
{
background-color: #A980DC;
}
</style>
border-color css
<style>
span { border-color: #A980DC; }
span { border-color: rgb(169,128,220); }
td.TdClassName
{
border-color: #A980DC;
}
.TagClassName
{
border-color: #A980DC;
}
</style>