Shades of Biloba Flower #A18FF2
Tints of Biloba Flower #A18FF2
RGB
CMYK
RGB Variations
Color information
#A18FF2 (or 0xA18FF2) is known color: Biloba Flower. HEX triplet: A1, 8F and F2. RGB value is (161,143,242). Sum of RGB (Red+Green+Blue) = 161+143+242=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A18FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FF2 is #5E700D. Grayscale: #9F9F9F. Windows color (decimal): -6189070 or 15896481. OLE color: 15896481.
HSL color Cylindrical-coordinate representation of color #A18FF2: hue angle of 250.91º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18FF2 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 143 | 242 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.05 |
| HSL | 250.91º | 0.79% | 0.75% | - |
| HSV(B) | 250.91º | 0.41% | 0.95% | - |
| XYZ | 40.55 | 33.63 | 88.36 | - |
| YUV | 159.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 242 | 0.33 | 0.41 | 0 | 0.05 | 250.91 | 0.79 | 0.75 |
| Hex | A1 | 8F | F2 | 21 | 29 | 0 | 5 | FB | 4F | 4B |
| Octal | 241 | 217 | 362 | 41 | 51 | 0 | 5 | 373 | 117 | 113 |
| Binary | 10100001 | 10001111 | 11110010 | 100001 | 101001 | 0 | 101 | 11111011 | 1001111 | 1001011 |
Color Harmonies of #A18FF2
Complementary color
Monochromatic Colors of #A18FF2
Black with #A18FF2
Text Example
Text Example
White with #A18FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FF2; }
p { color: rgb(161,143,242); }
H1.HeaderClassName
{
color: #A18FF2;
}
.AnyTagClassName
{
color: #A18FF2;
}
</style>
background-color css
<style>
a { background-color: #A18FF2; }
a { background-color: rgb(161,143,242); }
div.DivClassName
{
background-color: #A18FF2;
}
.BgClassName
{
background-color: #A18FF2;
}
</style>
border-color css
<style>
span { border-color: #A18FF2; }
span { border-color: rgb(161,143,242); }
td.TdClassName
{
border-color: #A18FF2;
}
.TagClassName
{
border-color: #A18FF2;
}
</style>