Shades of Biloba Flower #A997CC
Tints of Biloba Flower #A997CC
RGB
CMYK
RGB Variations
Color information
#A997CC (or 0xA997CC) is known color: Biloba Flower. HEX triplet: A9, 97 and CC. RGB value is (169,151,204). Sum of RGB (Red+Green+Blue) = 169+151+204=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A997CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CC is #566833. Grayscale: #A2A2A2. Windows color (decimal): -5662772 or 13408169. OLE color: 13408169.
HSL color Cylindrical-coordinate representation of color #A997CC: hue angle of 260.38º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A997CC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 151 | 204 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.2 |
| HSL | 260.38º | 0.34% | 0.7% | - |
| HSV(B) | 260.38º | 0.26% | 0.8% | - |
| XYZ | 38.33 | 34.93 | 61.85 | - |
| YUV | 162.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 204 | 0.17 | 0.26 | 0 | 0.2 | 260.38 | 0.34 | 0.7 |
| Hex | A9 | 97 | CC | 11 | 1A | 0 | 14 | 104 | 22 | 46 |
| Octal | 251 | 227 | 314 | 21 | 32 | 0 | 24 | 404 | 42 | 106 |
| Binary | 10101001 | 10010111 | 11001100 | 10001 | 11010 | 0 | 10100 | 100000100 | 100010 | 1000110 |
Color Harmonies of #A997CC
Complementary color
Monochromatic Colors of #A997CC
Black with #A997CC
Text Example
Text Example
White with #A997CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997CC; }
p { color: rgb(169,151,204); }
H1.HeaderClassName
{
color: #A997CC;
}
.AnyTagClassName
{
color: #A997CC;
}
</style>
background-color css
<style>
a { background-color: #A997CC; }
a { background-color: rgb(169,151,204); }
div.DivClassName
{
background-color: #A997CC;
}
.BgClassName
{
background-color: #A997CC;
}
</style>
border-color css
<style>
span { border-color: #A997CC; }
span { border-color: rgb(169,151,204); }
td.TdClassName
{
border-color: #A997CC;
}
.TagClassName
{
border-color: #A997CC;
}
</style>