Shades of Biloba Flower #A98ACC
Tints of Biloba Flower #A98ACC
RGB
CMYK
RGB Variations
Color information
#A98ACC (or 0xA98ACC) is known color: Biloba Flower. HEX triplet: A9, 8A and CC. RGB value is (169,138,204). Sum of RGB (Red+Green+Blue) = 169+138+204=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A98ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ACC is #567533. Grayscale: #9A9A9A. Windows color (decimal): -5666100 or 13404841. OLE color: 13404841.
HSL color Cylindrical-coordinate representation of color #A98ACC: hue angle of 268.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98ACC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 138 | 204 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.2 |
| HSL | 268.18º | 0.39% | 0.67% | - |
| HSV(B) | 268.18º | 0.32% | 0.8% | - |
| XYZ | 36.35 | 30.97 | 61.19 | - |
| YUV | 154.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 204 | 0.17 | 0.32 | 0 | 0.2 | 268.18 | 0.39 | 0.67 |
| Hex | A9 | 8A | CC | 11 | 20 | 0 | 14 | 10C | 27 | 43 |
| Octal | 251 | 212 | 314 | 21 | 40 | 0 | 24 | 414 | 47 | 103 |
| Binary | 10101001 | 10001010 | 11001100 | 10001 | 100000 | 0 | 10100 | 100001100 | 100111 | 1000011 |
Color Harmonies of #A98ACC
Complementary color
Monochromatic Colors of #A98ACC
Black with #A98ACC
Text Example
Text Example
White with #A98ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98ACC; }
p { color: rgb(169,138,204); }
H1.HeaderClassName
{
color: #A98ACC;
}
.AnyTagClassName
{
color: #A98ACC;
}
</style>
background-color css
<style>
a { background-color: #A98ACC; }
a { background-color: rgb(169,138,204); }
div.DivClassName
{
background-color: #A98ACC;
}
.BgClassName
{
background-color: #A98ACC;
}
</style>
border-color css
<style>
span { border-color: #A98ACC; }
span { border-color: rgb(169,138,204); }
td.TdClassName
{
border-color: #A98ACC;
}
.TagClassName
{
border-color: #A98ACC;
}
</style>