Shades of Biloba Flower #A998CF
Tints of Biloba Flower #A998CF
RGB
CMYK
RGB Variations
Color information
#A998CF (or 0xA998CF) is known color: Biloba Flower. HEX triplet: A9, 98 and CF. RGB value is (169,152,207). Sum of RGB (Red+Green+Blue) = 169+152+207=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A998CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CF is #566730. Grayscale: #A3A3A3. Windows color (decimal): -5662513 or 13605033. OLE color: 13605033.
HSL color Cylindrical-coordinate representation of color #A998CF: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A998CF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 152 | 207 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.19 |
| HSL | 258.55º | 0.36% | 0.7% | - |
| HSV(B) | 258.55º | 0.27% | 0.81% | - |
| XYZ | 38.85 | 35.4 | 63.82 | - |
| YUV | 163.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 207 | 0.18 | 0.27 | 0 | 0.19 | 258.55 | 0.36 | 0.7 |
| Hex | A9 | 98 | CF | 12 | 1B | 0 | 13 | 103 | 24 | 46 |
| Octal | 251 | 230 | 317 | 22 | 33 | 0 | 23 | 403 | 44 | 106 |
| Binary | 10101001 | 10011000 | 11001111 | 10010 | 11011 | 0 | 10011 | 100000011 | 100100 | 1000110 |
Color Harmonies of #A998CF
Complementary color
Monochromatic Colors of #A998CF
Black with #A998CF
Text Example
Text Example
White with #A998CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998CF; }
p { color: rgb(169,152,207); }
H1.HeaderClassName
{
color: #A998CF;
}
.AnyTagClassName
{
color: #A998CF;
}
</style>
background-color css
<style>
a { background-color: #A998CF; }
a { background-color: rgb(169,152,207); }
div.DivClassName
{
background-color: #A998CF;
}
.BgClassName
{
background-color: #A998CF;
}
</style>
border-color css
<style>
span { border-color: #A998CF; }
span { border-color: rgb(169,152,207); }
td.TdClassName
{
border-color: #A998CF;
}
.TagClassName
{
border-color: #A998CF;
}
</style>