Shades of Biloba Flower #A994F1
Tints of Biloba Flower #A994F1
RGB
CMYK
RGB Variations
Color information
#A994F1 (or 0xA994F1) is known color: Biloba Flower. HEX triplet: A9, 94 and F1. RGB value is (169,148,241). Sum of RGB (Red+Green+Blue) = 169+148+241=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A994F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994F1 is #566B0E. Grayscale: #A4A4A4. Windows color (decimal): -5663503 or 15832233. OLE color: 15832233.
HSL color Cylindrical-coordinate representation of color #A994F1: hue angle of 253.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A994F1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 148 | 241 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.05 |
| HSL | 253.55º | 0.77% | 0.76% | - |
| HSV(B) | 253.55º | 0.39% | 0.95% | - |
| XYZ | 42.83 | 35.97 | 87.9 | - |
| YUV | 164.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 241 | 0.30 | 0.39 | 0 | 0.05 | 253.55 | 0.77 | 0.76 |
| Hex | A9 | 94 | F1 | 1E | 27 | 0 | 5 | FE | 4D | 4C |
| Octal | 251 | 224 | 361 | 36 | 47 | 0 | 5 | 376 | 115 | 114 |
| Binary | 10101001 | 10010100 | 11110001 | 11110 | 100111 | 0 | 101 | 11111110 | 1001101 | 1001100 |
Color Harmonies of #A994F1
Complementary color
Monochromatic Colors of #A994F1
Black with #A994F1
Text Example
Text Example
White with #A994F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994F1; }
p { color: rgb(169,148,241); }
H1.HeaderClassName
{
color: #A994F1;
}
.AnyTagClassName
{
color: #A994F1;
}
</style>
background-color css
<style>
a { background-color: #A994F1; }
a { background-color: rgb(169,148,241); }
div.DivClassName
{
background-color: #A994F1;
}
.BgClassName
{
background-color: #A994F1;
}
</style>
border-color css
<style>
span { border-color: #A994F1; }
span { border-color: rgb(169,148,241); }
td.TdClassName
{
border-color: #A994F1;
}
.TagClassName
{
border-color: #A994F1;
}
</style>