Shades of Biloba Flower #A897CC
Tints of Biloba Flower #A897CC
RGB
CMYK
RGB Variations
Color information
#A897CC (or 0xA897CC) is known color: Biloba Flower. HEX triplet: A8, 97 and CC. RGB value is (168,151,204). Sum of RGB (Red+Green+Blue) = 168+151+204=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A897CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CC is #576833. Grayscale: #A1A1A1. Windows color (decimal): -5728308 or 13408168. OLE color: 13408168.
HSL color Cylindrical-coordinate representation of color #A897CC: hue angle of 259.25º 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 #A897CC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 151 | 204 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.2 |
| HSL | 259.25º | 0.34% | 0.7% | - |
| HSV(B) | 259.25º | 0.26% | 0.8% | - |
| XYZ | 38.11 | 34.82 | 61.84 | - |
| YUV | 162.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 204 | 0.18 | 0.26 | 0 | 0.2 | 259.25 | 0.34 | 0.7 |
| Hex | A8 | 97 | CC | 12 | 1A | 0 | 14 | 103 | 22 | 46 |
| Octal | 250 | 227 | 314 | 22 | 32 | 0 | 24 | 403 | 42 | 106 |
| Binary | 10101000 | 10010111 | 11001100 | 10010 | 11010 | 0 | 10100 | 100000011 | 100010 | 1000110 |
Color Harmonies of #A897CC
Complementary color
Monochromatic Colors of #A897CC
Black with #A897CC
Text Example
Text Example
White with #A897CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897CC; }
p { color: rgb(168,151,204); }
H1.HeaderClassName
{
color: #A897CC;
}
.AnyTagClassName
{
color: #A897CC;
}
</style>
background-color css
<style>
a { background-color: #A897CC; }
a { background-color: rgb(168,151,204); }
div.DivClassName
{
background-color: #A897CC;
}
.BgClassName
{
background-color: #A897CC;
}
</style>
border-color css
<style>
span { border-color: #A897CC; }
span { border-color: rgb(168,151,204); }
td.TdClassName
{
border-color: #A897CC;
}
.TagClassName
{
border-color: #A897CC;
}
</style>