Shades of Biloba Flower #A28EF1
Tints of Biloba Flower #A28EF1
RGB
CMYK
RGB Variations
Color information
#A28EF1 (or 0xA28EF1) is known color: Biloba Flower. HEX triplet: A2, 8E and F1. RGB value is (162,142,241). Sum of RGB (Red+Green+Blue) = 162+142+241=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #A28EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EF1 is #5D710E. Grayscale: #9E9E9E. Windows color (decimal): -6123791 or 15830690. OLE color: 15830690.
HSL color Cylindrical-coordinate representation of color #A28EF1: hue angle of 252.12º degrees, saturation: 0.78, 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 #A28EF1 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 142 | 241 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.05 |
| HSL | 252.12º | 0.78% | 0.75% | - |
| HSV(B) | 252.12º | 0.41% | 0.95% | - |
| XYZ | 40.45 | 33.38 | 87.53 | - |
| YUV | 159.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 241 | 0.33 | 0.41 | 0 | 0.05 | 252.12 | 0.78 | 0.75 |
| Hex | A2 | 8E | F1 | 21 | 29 | 0 | 5 | FC | 4E | 4B |
| Octal | 242 | 216 | 361 | 41 | 51 | 0 | 5 | 374 | 116 | 113 |
| Binary | 10100010 | 10001110 | 11110001 | 100001 | 101001 | 0 | 101 | 11111100 | 1001110 | 1001011 |
Color Harmonies of #A28EF1
Complementary color
Monochromatic Colors of #A28EF1
Black with #A28EF1
Text Example
Text Example
White with #A28EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EF1; }
p { color: rgb(162,142,241); }
H1.HeaderClassName
{
color: #A28EF1;
}
.AnyTagClassName
{
color: #A28EF1;
}
</style>
background-color css
<style>
a { background-color: #A28EF1; }
a { background-color: rgb(162,142,241); }
div.DivClassName
{
background-color: #A28EF1;
}
.BgClassName
{
background-color: #A28EF1;
}
</style>
border-color css
<style>
span { border-color: #A28EF1; }
span { border-color: rgb(162,142,241); }
td.TdClassName
{
border-color: #A28EF1;
}
.TagClassName
{
border-color: #A28EF1;
}
</style>