Shades of Biloba Flower #A998D2
Tints of Biloba Flower #A998D2
RGB
CMYK
RGB Variations
Color information
#A998D2 (or 0xA998D2) is known color: Biloba Flower. HEX triplet: A9, 98 and D2. RGB value is (169,152,210). Sum of RGB (Red+Green+Blue) = 169+152+210=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #A998D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998D2 is #56672D. Grayscale: #A3A3A3. Windows color (decimal): -5662510 or 13801641. OLE color: 13801641.
HSL color Cylindrical-coordinate representation of color #A998D2: hue angle of 257.59º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A998D2 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 152 | 210 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.18 |
| HSL | 257.59º | 0.39% | 0.71% | - |
| HSV(B) | 257.59º | 0.28% | 0.82% | - |
| XYZ | 39.22 | 35.54 | 65.77 | - |
| YUV | 163.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 210 | 0.20 | 0.28 | 0 | 0.18 | 257.59 | 0.39 | 0.71 |
| Hex | A9 | 98 | D2 | 14 | 1C | 0 | 12 | 102 | 27 | 47 |
| Octal | 251 | 230 | 322 | 24 | 34 | 0 | 22 | 402 | 47 | 107 |
| Binary | 10101001 | 10011000 | 11010010 | 10100 | 11100 | 0 | 10010 | 100000010 | 100111 | 1000111 |
Color Harmonies of #A998D2
Complementary color
Monochromatic Colors of #A998D2
Black with #A998D2
Text Example
Text Example
White with #A998D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998D2; }
p { color: rgb(169,152,210); }
H1.HeaderClassName
{
color: #A998D2;
}
.AnyTagClassName
{
color: #A998D2;
}
</style>
background-color css
<style>
a { background-color: #A998D2; }
a { background-color: rgb(169,152,210); }
div.DivClassName
{
background-color: #A998D2;
}
.BgClassName
{
background-color: #A998D2;
}
</style>
border-color css
<style>
span { border-color: #A998D2; }
span { border-color: rgb(169,152,210); }
td.TdClassName
{
border-color: #A998D2;
}
.TagClassName
{
border-color: #A998D2;
}
</style>