Shades of Biloba Flower #A994CE
Tints of Biloba Flower #A994CE
RGB
CMYK
RGB Variations
Color information
#A994CE (or 0xA994CE) is known color: Biloba Flower. HEX triplet: A9, 94 and CE. RGB value is (169,148,206). Sum of RGB (Red+Green+Blue) = 169+148+206=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A994CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994CE is #566B31. Grayscale: #A0A0A0. Windows color (decimal): -5663538 or 13538473. OLE color: 13538473.
HSL color Cylindrical-coordinate representation of color #A994CE: hue angle of 261.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A994CE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 148 | 206 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.19 |
| HSL | 261.72º | 0.37% | 0.69% | - |
| HSV(B) | 261.72º | 0.28% | 0.81% | - |
| XYZ | 38.09 | 34.07 | 62.96 | - |
| YUV | 160.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 206 | 0.18 | 0.28 | 0 | 0.19 | 261.72 | 0.37 | 0.69 |
| Hex | A9 | 94 | CE | 12 | 1C | 0 | 13 | 106 | 25 | 45 |
| Octal | 251 | 224 | 316 | 22 | 34 | 0 | 23 | 406 | 45 | 105 |
| Binary | 10101001 | 10010100 | 11001110 | 10010 | 11100 | 0 | 10011 | 100000110 | 100101 | 1000101 |
Color Harmonies of #A994CE
Complementary color
Monochromatic Colors of #A994CE
Black with #A994CE
Text Example
Text Example
White with #A994CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994CE; }
p { color: rgb(169,148,206); }
H1.HeaderClassName
{
color: #A994CE;
}
.AnyTagClassName
{
color: #A994CE;
}
</style>
background-color css
<style>
a { background-color: #A994CE; }
a { background-color: rgb(169,148,206); }
div.DivClassName
{
background-color: #A994CE;
}
.BgClassName
{
background-color: #A994CE;
}
</style>
border-color css
<style>
span { border-color: #A994CE; }
span { border-color: rgb(169,148,206); }
td.TdClassName
{
border-color: #A994CE;
}
.TagClassName
{
border-color: #A994CE;
}
</style>