Shades of Biloba Flower #A998CA
Tints of Biloba Flower #A998CA
RGB
CMYK
RGB Variations
Color information
#A998CA (or 0xA998CA) is known color: Biloba Flower. HEX triplet: A9, 98 and CA. RGB value is (169,152,202). Sum of RGB (Red+Green+Blue) = 169+152+202=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A998CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CA is #566735. Grayscale: #A2A2A2. Windows color (decimal): -5662518 or 13277353. OLE color: 13277353.
HSL color Cylindrical-coordinate representation of color #A998CA: hue angle of 260.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A998CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 152 | 202 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.21 |
| HSL | 260.4º | 0.32% | 0.69% | - |
| HSV(B) | 260.4º | 0.25% | 0.79% | - |
| XYZ | 38.25 | 35.16 | 60.65 | - |
| YUV | 162.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 202 | 0.16 | 0.25 | 0 | 0.21 | 260.4 | 0.32 | 0.69 |
| Hex | A9 | 98 | CA | 10 | 19 | 0 | 15 | 104 | 20 | 45 |
| Octal | 251 | 230 | 312 | 20 | 31 | 0 | 25 | 404 | 40 | 105 |
| Binary | 10101001 | 10011000 | 11001010 | 10000 | 11001 | 0 | 10101 | 100000100 | 100000 | 1000101 |
Color Harmonies of #A998CA
Complementary color
Monochromatic Colors of #A998CA
Black with #A998CA
Text Example
Text Example
White with #A998CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998CA; }
p { color: rgb(169,152,202); }
H1.HeaderClassName
{
color: #A998CA;
}
.AnyTagClassName
{
color: #A998CA;
}
</style>
background-color css
<style>
a { background-color: #A998CA; }
a { background-color: rgb(169,152,202); }
div.DivClassName
{
background-color: #A998CA;
}
.BgClassName
{
background-color: #A998CA;
}
</style>
border-color css
<style>
span { border-color: #A998CA; }
span { border-color: rgb(169,152,202); }
td.TdClassName
{
border-color: #A998CA;
}
.TagClassName
{
border-color: #A998CA;
}
</style>