Shades of Biloba Flower #A191D0
Tints of Biloba Flower #A191D0
RGB
CMYK
RGB Variations
Color information
#A191D0 (or 0xA191D0) is known color: Biloba Flower. HEX triplet: A1, 91 and D0. RGB value is (161,145,208). Sum of RGB (Red+Green+Blue) = 161+145+208=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A191D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D0 is #5E6E2F. Grayscale: #9C9C9C. Windows color (decimal): -6188592 or 13668769. OLE color: 13668769.
HSL color Cylindrical-coordinate representation of color #A191D0: hue angle of 255.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A191D0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 145 | 208 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.18 |
| HSL | 255.24º | 0.4% | 0.69% | - |
| HSV(B) | 255.24º | 0.3% | 0.82% | - |
| XYZ | 36.21 | 32.38 | 64.02 | - |
| YUV | 156.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 208 | 0.23 | 0.30 | 0 | 0.18 | 255.24 | 0.4 | 0.69 |
| Hex | A1 | 91 | D0 | 17 | 1E | 0 | 12 | FF | 28 | 45 |
| Octal | 241 | 221 | 320 | 27 | 36 | 0 | 22 | 377 | 50 | 105 |
| Binary | 10100001 | 10010001 | 11010000 | 10111 | 11110 | 0 | 10010 | 11111111 | 101000 | 1000101 |
Color Harmonies of #A191D0
Complementary color
Monochromatic Colors of #A191D0
Black with #A191D0
Text Example
Text Example
White with #A191D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191D0; }
p { color: rgb(161,145,208); }
H1.HeaderClassName
{
color: #A191D0;
}
.AnyTagClassName
{
color: #A191D0;
}
</style>
background-color css
<style>
a { background-color: #A191D0; }
a { background-color: rgb(161,145,208); }
div.DivClassName
{
background-color: #A191D0;
}
.BgClassName
{
background-color: #A191D0;
}
</style>
border-color css
<style>
span { border-color: #A191D0; }
span { border-color: rgb(161,145,208); }
td.TdClassName
{
border-color: #A191D0;
}
.TagClassName
{
border-color: #A191D0;
}
</style>