Shades of Biloba Flower #A998CC
Tints of Biloba Flower #A998CC
RGB
CMYK
RGB Variations
Color information
#A998CC (or 0xA998CC) is known color: Biloba Flower. HEX triplet: A9, 98 and CC. RGB value is (169,152,204). Sum of RGB (Red+Green+Blue) = 169+152+204=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A998CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CC is #566733. Grayscale: #A2A2A2. Windows color (decimal): -5662516 or 13408425. OLE color: 13408425.
HSL color Cylindrical-coordinate representation of color #A998CC: hue angle of 259.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A998CC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 152 | 204 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.2 |
| HSL | 259.62º | 0.34% | 0.7% | - |
| HSV(B) | 259.62º | 0.25% | 0.8% | - |
| XYZ | 38.49 | 35.25 | 61.9 | - |
| YUV | 163.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 204 | 0.17 | 0.25 | 0 | 0.2 | 259.62 | 0.34 | 0.7 |
| Hex | A9 | 98 | CC | 11 | 19 | 0 | 14 | 104 | 22 | 46 |
| Octal | 251 | 230 | 314 | 21 | 31 | 0 | 24 | 404 | 42 | 106 |
| Binary | 10101001 | 10011000 | 11001100 | 10001 | 11001 | 0 | 10100 | 100000100 | 100010 | 1000110 |
Color Harmonies of #A998CC
Complementary color
Monochromatic Colors of #A998CC
Black with #A998CC
Text Example
Text Example
White with #A998CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998CC; }
p { color: rgb(169,152,204); }
H1.HeaderClassName
{
color: #A998CC;
}
.AnyTagClassName
{
color: #A998CC;
}
</style>
background-color css
<style>
a { background-color: #A998CC; }
a { background-color: rgb(169,152,204); }
div.DivClassName
{
background-color: #A998CC;
}
.BgClassName
{
background-color: #A998CC;
}
</style>
border-color css
<style>
span { border-color: #A998CC; }
span { border-color: rgb(169,152,204); }
td.TdClassName
{
border-color: #A998CC;
}
.TagClassName
{
border-color: #A998CC;
}
</style>