Shades of Biloba Flower #A998C3
Tints of Biloba Flower #A998C3
RGB
CMYK
RGB Variations
Color information
#A998C3 (or 0xA998C3) is known color: Biloba Flower. HEX triplet: A9, 98 and C3. RGB value is (169,152,195). Sum of RGB (Red+Green+Blue) = 169+152+195=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #A998C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C3 is #56673C. Grayscale: #A1A1A1. Windows color (decimal): -5662525 or 12818601. OLE color: 12818601.
HSL color Cylindrical-coordinate representation of color #A998C3: hue angle of 263.72º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A998C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 152 | 195 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.24 |
| HSL | 263.72º | 0.26% | 0.68% | - |
| HSV(B) | 263.72º | 0.22% | 0.76% | - |
| XYZ | 37.44 | 34.83 | 56.38 | - |
| YUV | 161.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 195 | 0.13 | 0.22 | 0 | 0.24 | 263.72 | 0.26 | 0.68 |
| Hex | A9 | 98 | C3 | D | 16 | 0 | 18 | 108 | 1A | 44 |
| Octal | 251 | 230 | 303 | 15 | 26 | 0 | 30 | 410 | 32 | 104 |
| Binary | 10101001 | 10011000 | 11000011 | 1101 | 10110 | 0 | 11000 | 100001000 | 11010 | 1000100 |
Color Harmonies of #A998C3
Complementary color
Monochromatic Colors of #A998C3
Black with #A998C3
Text Example
Text Example
White with #A998C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998C3; }
p { color: rgb(169,152,195); }
H1.HeaderClassName
{
color: #A998C3;
}
.AnyTagClassName
{
color: #A998C3;
}
</style>
background-color css
<style>
a { background-color: #A998C3; }
a { background-color: rgb(169,152,195); }
div.DivClassName
{
background-color: #A998C3;
}
.BgClassName
{
background-color: #A998C3;
}
</style>
border-color css
<style>
span { border-color: #A998C3; }
span { border-color: rgb(169,152,195); }
td.TdClassName
{
border-color: #A998C3;
}
.TagClassName
{
border-color: #A998C3;
}
</style>