Shades of Biloba Flower #A994D6
Tints of Biloba Flower #A994D6
RGB
CMYK
RGB Variations
Color information
#A994D6 (or 0xA994D6) is known color: Biloba Flower. HEX triplet: A9, 94 and D6. RGB value is (169,148,214). Sum of RGB (Red+Green+Blue) = 169+148+214=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #A994D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994D6 is #566B29. Grayscale: #A1A1A1. Windows color (decimal): -5663530 or 14062761. OLE color: 14062761.
HSL color Cylindrical-coordinate representation of color #A994D6: hue angle of 259.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A994D6 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 148 | 214 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.16 |
| HSL | 259.09º | 0.45% | 0.71% | - |
| HSV(B) | 259.09º | 0.31% | 0.84% | - |
| XYZ | 39.09 | 34.47 | 68.21 | - |
| YUV | 161.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 214 | 0.21 | 0.31 | 0 | 0.16 | 259.09 | 0.45 | 0.71 |
| Hex | A9 | 94 | D6 | 15 | 1F | 0 | 10 | 103 | 2D | 47 |
| Octal | 251 | 224 | 326 | 25 | 37 | 0 | 20 | 403 | 55 | 107 |
| Binary | 10101001 | 10010100 | 11010110 | 10101 | 11111 | 0 | 10000 | 100000011 | 101101 | 1000111 |
Color Harmonies of #A994D6
Complementary color
Monochromatic Colors of #A994D6
Black with #A994D6
Text Example
Text Example
White with #A994D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994D6; }
p { color: rgb(169,148,214); }
H1.HeaderClassName
{
color: #A994D6;
}
.AnyTagClassName
{
color: #A994D6;
}
</style>
background-color css
<style>
a { background-color: #A994D6; }
a { background-color: rgb(169,148,214); }
div.DivClassName
{
background-color: #A994D6;
}
.BgClassName
{
background-color: #A994D6;
}
</style>
border-color css
<style>
span { border-color: #A994D6; }
span { border-color: rgb(169,148,214); }
td.TdClassName
{
border-color: #A994D6;
}
.TagClassName
{
border-color: #A994D6;
}
</style>