Shades of Biloba Flower #A190F2
Tints of Biloba Flower #A190F2
RGB
CMYK
RGB Variations
Color information
#A190F2 (or 0xA190F2) is known color: Biloba Flower. HEX triplet: A1, 90 and F2. RGB value is (161,144,242). Sum of RGB (Red+Green+Blue) = 161+144+242=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #A190F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F2 is #5E6F0D. Grayscale: #9F9F9F. Windows color (decimal): -6188814 or 15896737. OLE color: 15896737.
HSL color Cylindrical-coordinate representation of color #A190F2: hue angle of 250.41º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A190F2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 144 | 242 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.05 |
| HSL | 250.41º | 0.79% | 0.76% | - |
| HSV(B) | 250.41º | 0.4% | 0.95% | - |
| XYZ | 40.7 | 33.93 | 88.41 | - |
| YUV | 160.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 242 | 0.33 | 0.40 | 0 | 0.05 | 250.41 | 0.79 | 0.76 |
| Hex | A1 | 90 | F2 | 21 | 28 | 0 | 5 | FA | 4F | 4C |
| Octal | 241 | 220 | 362 | 41 | 50 | 0 | 5 | 372 | 117 | 114 |
| Binary | 10100001 | 10010000 | 11110010 | 100001 | 101000 | 0 | 101 | 11111010 | 1001111 | 1001100 |
Color Harmonies of #A190F2
Complementary color
Monochromatic Colors of #A190F2
Black with #A190F2
Text Example
Text Example
White with #A190F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190F2; }
p { color: rgb(161,144,242); }
H1.HeaderClassName
{
color: #A190F2;
}
.AnyTagClassName
{
color: #A190F2;
}
</style>
background-color css
<style>
a { background-color: #A190F2; }
a { background-color: rgb(161,144,242); }
div.DivClassName
{
background-color: #A190F2;
}
.BgClassName
{
background-color: #A190F2;
}
</style>
border-color css
<style>
span { border-color: #A190F2; }
span { border-color: rgb(161,144,242); }
td.TdClassName
{
border-color: #A190F2;
}
.TagClassName
{
border-color: #A190F2;
}
</style>