Shades of Biloba Flower #A98CCD
Tints of Biloba Flower #A98CCD
RGB
CMYK
RGB Variations
Color information
#A98CCD (or 0xA98CCD) is known color: Biloba Flower. HEX triplet: A9, 8C and CD. RGB value is (169,140,205). Sum of RGB (Red+Green+Blue) = 169+140+205=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCD is #567332. Grayscale: #9B9B9B. Windows color (decimal): -5665587 or 13470889. OLE color: 13470889.
HSL color Cylindrical-coordinate representation of color #A98CCD: hue angle of 266.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98CCD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 140 | 205 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.20 |
| HSL | 266.77º | 0.39% | 0.68% | - |
| HSV(B) | 266.77º | 0.32% | 0.8% | - |
| XYZ | 36.76 | 31.6 | 61.92 | - |
| YUV | 156.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 205 | 0.18 | 0.32 | 0 | 0.20 | 266.77 | 0.39 | 0.68 |
| Hex | A9 | 8C | CD | 12 | 20 | 0 | 14 | 10B | 27 | 44 |
| Octal | 251 | 214 | 315 | 22 | 40 | 0 | 24 | 413 | 47 | 104 |
| Binary | 10101001 | 10001100 | 11001101 | 10010 | 100000 | 0 | 10100 | 100001011 | 100111 | 1000100 |
Color Harmonies of #A98CCD
Complementary color
Monochromatic Colors of #A98CCD
Black with #A98CCD
Text Example
Text Example
White with #A98CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CCD; }
p { color: rgb(169,140,205); }
H1.HeaderClassName
{
color: #A98CCD;
}
.AnyTagClassName
{
color: #A98CCD;
}
</style>
background-color css
<style>
a { background-color: #A98CCD; }
a { background-color: rgb(169,140,205); }
div.DivClassName
{
background-color: #A98CCD;
}
.BgClassName
{
background-color: #A98CCD;
}
</style>
border-color css
<style>
span { border-color: #A98CCD; }
span { border-color: rgb(169,140,205); }
td.TdClassName
{
border-color: #A98CCD;
}
.TagClassName
{
border-color: #A98CCD;
}
</style>