Shades of Biloba Flower #A998ED
Tints of Biloba Flower #A998ED
RGB
CMYK
RGB Variations
Color information
#A998ED (or 0xA998ED) is known color: Biloba Flower. HEX triplet: A9, 98 and ED. RGB value is (169,152,237). Sum of RGB (Red+Green+Blue) = 169+152+237=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A998ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998ED is #566712. Grayscale: #A6A6A6. Windows color (decimal): -5662483 or 15571113. OLE color: 15571113.
HSL color Cylindrical-coordinate representation of color #A998ED: hue angle of 252º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A998ED is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 152 | 237 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.07 |
| HSL | 252º | 0.7% | 0.76% | - |
| HSV(B) | 252º | 0.36% | 0.93% | - |
| XYZ | 42.88 | 37.01 | 85 | - |
| YUV | 166.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 237 | 0.29 | 0.36 | 0 | 0.07 | 252 | 0.7 | 0.76 |
| Hex | A9 | 98 | ED | 1D | 24 | 0 | 7 | FC | 46 | 4C |
| Octal | 251 | 230 | 355 | 35 | 44 | 0 | 7 | 374 | 106 | 114 |
| Binary | 10101001 | 10011000 | 11101101 | 11101 | 100100 | 0 | 111 | 11111100 | 1000110 | 1001100 |
Color Harmonies of #A998ED
Complementary color
Monochromatic Colors of #A998ED
Black with #A998ED
Text Example
Text Example
White with #A998ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998ED; }
p { color: rgb(169,152,237); }
H1.HeaderClassName
{
color: #A998ED;
}
.AnyTagClassName
{
color: #A998ED;
}
</style>
background-color css
<style>
a { background-color: #A998ED; }
a { background-color: rgb(169,152,237); }
div.DivClassName
{
background-color: #A998ED;
}
.BgClassName
{
background-color: #A998ED;
}
</style>
border-color css
<style>
span { border-color: #A998ED; }
span { border-color: rgb(169,152,237); }
td.TdClassName
{
border-color: #A998ED;
}
.TagClassName
{
border-color: #A998ED;
}
</style>