Shades of Biloba Flower #A28EE9
Tints of Biloba Flower #A28EE9
RGB
CMYK
RGB Variations
Color information
#A28EE9 (or 0xA28EE9) is known color: Biloba Flower. HEX triplet: A2, 8E and E9. RGB value is (162,142,233). Sum of RGB (Red+Green+Blue) = 162+142+233=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #A28EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EE9 is #5D7116. Grayscale: #9E9E9E. Windows color (decimal): -6123799 or 15306402. OLE color: 15306402.
HSL color Cylindrical-coordinate representation of color #A28EE9: hue angle of 253.19º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28EE9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 142 | 233 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.09 |
| HSL | 253.19º | 0.67% | 0.74% | - |
| HSV(B) | 253.19º | 0.39% | 0.91% | - |
| XYZ | 39.28 | 32.91 | 81.37 | - |
| YUV | 158.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 233 | 0.30 | 0.39 | 0 | 0.09 | 253.19 | 0.67 | 0.74 |
| Hex | A2 | 8E | E9 | 1E | 27 | 0 | 9 | FD | 43 | 4A |
| Octal | 242 | 216 | 351 | 36 | 47 | 0 | 11 | 375 | 103 | 112 |
| Binary | 10100010 | 10001110 | 11101001 | 11110 | 100111 | 0 | 1001 | 11111101 | 1000011 | 1001010 |
Color Harmonies of #A28EE9
Complementary color
Monochromatic Colors of #A28EE9
Black with #A28EE9
Text Example
Text Example
White with #A28EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EE9; }
p { color: rgb(162,142,233); }
H1.HeaderClassName
{
color: #A28EE9;
}
.AnyTagClassName
{
color: #A28EE9;
}
</style>
background-color css
<style>
a { background-color: #A28EE9; }
a { background-color: rgb(162,142,233); }
div.DivClassName
{
background-color: #A28EE9;
}
.BgClassName
{
background-color: #A28EE9;
}
</style>
border-color css
<style>
span { border-color: #A28EE9; }
span { border-color: rgb(162,142,233); }
td.TdClassName
{
border-color: #A28EE9;
}
.TagClassName
{
border-color: #A28EE9;
}
</style>