Shades of Biloba Flower #A98CCC
Tints of Biloba Flower #A98CCC
RGB
CMYK
RGB Variations
Color information
#A98CCC (or 0xA98CCC) is known color: Biloba Flower. HEX triplet: A9, 8C and CC. RGB value is (169,140,204). Sum of RGB (Red+Green+Blue) = 169+140+204=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A98CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCC is #567333. Grayscale: #9B9B9B. Windows color (decimal): -5665588 or 13405353. OLE color: 13405353.
HSL color Cylindrical-coordinate representation of color #A98CCC: hue angle of 267.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98CCC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 140 | 204 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.2 |
| HSL | 267.19º | 0.39% | 0.67% | - |
| HSV(B) | 267.19º | 0.31% | 0.8% | - |
| XYZ | 36.64 | 31.55 | 61.29 | - |
| YUV | 155.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 204 | 0.17 | 0.31 | 0 | 0.2 | 267.19 | 0.39 | 0.67 |
| Hex | A9 | 8C | CC | 11 | 1F | 0 | 14 | 10B | 27 | 43 |
| Octal | 251 | 214 | 314 | 21 | 37 | 0 | 24 | 413 | 47 | 103 |
| Binary | 10101001 | 10001100 | 11001100 | 10001 | 11111 | 0 | 10100 | 100001011 | 100111 | 1000011 |
Color Harmonies of #A98CCC
Complementary color
Monochromatic Colors of #A98CCC
Black with #A98CCC
Text Example
Text Example
White with #A98CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CCC; }
p { color: rgb(169,140,204); }
H1.HeaderClassName
{
color: #A98CCC;
}
.AnyTagClassName
{
color: #A98CCC;
}
</style>
background-color css
<style>
a { background-color: #A98CCC; }
a { background-color: rgb(169,140,204); }
div.DivClassName
{
background-color: #A98CCC;
}
.BgClassName
{
background-color: #A98CCC;
}
</style>
border-color css
<style>
span { border-color: #A98CCC; }
span { border-color: rgb(169,140,204); }
td.TdClassName
{
border-color: #A98CCC;
}
.TagClassName
{
border-color: #A98CCC;
}
</style>