Shades of Biloba Flower #A997C1
Tints of Biloba Flower #A997C1
RGB
CMYK
RGB Variations
Color information
#A997C1 (or 0xA997C1) is known color: Biloba Flower. HEX triplet: A9, 97 and C1. RGB value is (169,151,193). Sum of RGB (Red+Green+Blue) = 169+151+193=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A997C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997C1 is #56683E. Grayscale: #A1A1A1. Windows color (decimal): -5662783 or 12687273. OLE color: 12687273.
HSL color Cylindrical-coordinate representation of color #A997C1: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A997C1 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 151 | 193 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.24 |
| HSL | 265.71º | 0.25% | 0.67% | - |
| HSV(B) | 265.71º | 0.22% | 0.76% | - |
| XYZ | 37.05 | 34.42 | 55.14 | - |
| YUV | 161.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 193 | 0.12 | 0.22 | 0 | 0.24 | 265.71 | 0.25 | 0.67 |
| Hex | A9 | 97 | C1 | C | 16 | 0 | 18 | 10A | 19 | 43 |
| Octal | 251 | 227 | 301 | 14 | 26 | 0 | 30 | 412 | 31 | 103 |
| Binary | 10101001 | 10010111 | 11000001 | 1100 | 10110 | 0 | 11000 | 100001010 | 11001 | 1000011 |
Color Harmonies of #A997C1
Complementary color
Monochromatic Colors of #A997C1
Black with #A997C1
Text Example
Text Example
White with #A997C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997C1; }
p { color: rgb(169,151,193); }
H1.HeaderClassName
{
color: #A997C1;
}
.AnyTagClassName
{
color: #A997C1;
}
</style>
background-color css
<style>
a { background-color: #A997C1; }
a { background-color: rgb(169,151,193); }
div.DivClassName
{
background-color: #A997C1;
}
.BgClassName
{
background-color: #A997C1;
}
</style>
border-color css
<style>
span { border-color: #A997C1; }
span { border-color: rgb(169,151,193); }
td.TdClassName
{
border-color: #A997C1;
}
.TagClassName
{
border-color: #A997C1;
}
</style>