Shades of Biloba Flower #A191D7
Tints of Biloba Flower #A191D7
RGB
CMYK
RGB Variations
Color information
#A191D7 (or 0xA191D7) is known color: Biloba Flower. HEX triplet: A1, 91 and D7. RGB value is (161,145,215). Sum of RGB (Red+Green+Blue) = 161+145+215=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #A191D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D7 is #5E6E28. Grayscale: #9D9D9D. Windows color (decimal): -6188585 or 14127521. OLE color: 14127521.
HSL color Cylindrical-coordinate representation of color #A191D7: hue angle of 253.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A191D7 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 145 | 215 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.16 |
| HSL | 253.71º | 0.47% | 0.71% | - |
| HSV(B) | 253.71º | 0.33% | 0.84% | - |
| XYZ | 37.09 | 32.73 | 68.65 | - |
| YUV | 157.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 215 | 0.25 | 0.33 | 0 | 0.16 | 253.71 | 0.47 | 0.71 |
| Hex | A1 | 91 | D7 | 19 | 21 | 0 | 10 | FE | 2F | 47 |
| Octal | 241 | 221 | 327 | 31 | 41 | 0 | 20 | 376 | 57 | 107 |
| Binary | 10100001 | 10010001 | 11010111 | 11001 | 100001 | 0 | 10000 | 11111110 | 101111 | 1000111 |
Color Harmonies of #A191D7
Complementary color
Monochromatic Colors of #A191D7
Black with #A191D7
Text Example
Text Example
White with #A191D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191D7; }
p { color: rgb(161,145,215); }
H1.HeaderClassName
{
color: #A191D7;
}
.AnyTagClassName
{
color: #A191D7;
}
</style>
background-color css
<style>
a { background-color: #A191D7; }
a { background-color: rgb(161,145,215); }
div.DivClassName
{
background-color: #A191D7;
}
.BgClassName
{
background-color: #A191D7;
}
</style>
border-color css
<style>
span { border-color: #A191D7; }
span { border-color: rgb(161,145,215); }
td.TdClassName
{
border-color: #A191D7;
}
.TagClassName
{
border-color: #A191D7;
}
</style>