Shades of Biloba Flower #A997D0
Tints of Biloba Flower #A997D0
RGB
CMYK
RGB Variations
Color information
#A997D0 (or 0xA997D0) is known color: Biloba Flower. HEX triplet: A9, 97 and D0. RGB value is (169,151,208). Sum of RGB (Red+Green+Blue) = 169+151+208=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A997D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997D0 is #56682F. Grayscale: #A2A2A2. Windows color (decimal): -5662768 or 13670313. OLE color: 13670313.
HSL color Cylindrical-coordinate representation of color #A997D0: hue angle of 258.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A997D0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 151 | 208 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.18 |
| HSL | 258.95º | 0.38% | 0.7% | - |
| HSV(B) | 258.95º | 0.27% | 0.82% | - |
| XYZ | 38.81 | 35.12 | 64.41 | - |
| YUV | 162.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 208 | 0.19 | 0.27 | 0 | 0.18 | 258.95 | 0.38 | 0.7 |
| Hex | A9 | 97 | D0 | 13 | 1B | 0 | 12 | 103 | 26 | 46 |
| Octal | 251 | 227 | 320 | 23 | 33 | 0 | 22 | 403 | 46 | 106 |
| Binary | 10101001 | 10010111 | 11010000 | 10011 | 11011 | 0 | 10010 | 100000011 | 100110 | 1000110 |
Color Harmonies of #A997D0
Complementary color
Monochromatic Colors of #A997D0
Black with #A997D0
Text Example
Text Example
White with #A997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997D0; }
p { color: rgb(169,151,208); }
H1.HeaderClassName
{
color: #A997D0;
}
.AnyTagClassName
{
color: #A997D0;
}
</style>
background-color css
<style>
a { background-color: #A997D0; }
a { background-color: rgb(169,151,208); }
div.DivClassName
{
background-color: #A997D0;
}
.BgClassName
{
background-color: #A997D0;
}
</style>
border-color css
<style>
span { border-color: #A997D0; }
span { border-color: rgb(169,151,208); }
td.TdClassName
{
border-color: #A997D0;
}
.TagClassName
{
border-color: #A997D0;
}
</style>