Shades of Biloba Flower #A191ED
Tints of Biloba Flower #A191ED
RGB
CMYK
RGB Variations
Color information
#A191ED (or 0xA191ED) is known color: Biloba Flower. HEX triplet: A1, 91 and ED. RGB value is (161,145,237). Sum of RGB (Red+Green+Blue) = 161+145+237=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A191ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191ED is #5E6E12. Grayscale: #9F9F9F. Windows color (decimal): -6188563 or 15569313. OLE color: 15569313.
HSL color Cylindrical-coordinate representation of color #A191ED: hue angle of 250.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A191ED is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 145 | 237 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.07 |
| HSL | 250.43º | 0.72% | 0.75% | - |
| HSV(B) | 250.43º | 0.39% | 0.93% | - |
| XYZ | 40.11 | 33.94 | 84.56 | - |
| YUV | 160.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 237 | 0.32 | 0.39 | 0 | 0.07 | 250.43 | 0.72 | 0.75 |
| Hex | A1 | 91 | ED | 20 | 27 | 0 | 7 | FA | 48 | 4B |
| Octal | 241 | 221 | 355 | 40 | 47 | 0 | 7 | 372 | 110 | 113 |
| Binary | 10100001 | 10010001 | 11101101 | 100000 | 100111 | 0 | 111 | 11111010 | 1001000 | 1001011 |
Color Harmonies of #A191ED
Complementary color
Monochromatic Colors of #A191ED
Black with #A191ED
Text Example
Text Example
White with #A191ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191ED; }
p { color: rgb(161,145,237); }
H1.HeaderClassName
{
color: #A191ED;
}
.AnyTagClassName
{
color: #A191ED;
}
</style>
background-color css
<style>
a { background-color: #A191ED; }
a { background-color: rgb(161,145,237); }
div.DivClassName
{
background-color: #A191ED;
}
.BgClassName
{
background-color: #A191ED;
}
</style>
border-color css
<style>
span { border-color: #A191ED; }
span { border-color: rgb(161,145,237); }
td.TdClassName
{
border-color: #A191ED;
}
.TagClassName
{
border-color: #A191ED;
}
</style>