Shades of Biloba Flower #A28ED5
Tints of Biloba Flower #A28ED5
RGB
CMYK
RGB Variations
Color information
#A28ED5 (or 0xA28ED5) is known color: Biloba Flower. HEX triplet: A2, 8E and D5. RGB value is (162,142,213). Sum of RGB (Red+Green+Blue) = 162+142+213=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A28ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ED5 is #5D712A. Grayscale: #9B9B9B. Windows color (decimal): -6123819 or 13995682. OLE color: 13995682.
HSL color Cylindrical-coordinate representation of color #A28ED5: hue angle of 256.9º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28ED5 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 142 | 213 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.16 |
| HSL | 256.9º | 0.46% | 0.7% | - |
| HSV(B) | 256.9º | 0.33% | 0.84% | - |
| XYZ | 36.58 | 31.83 | 67.17 | - |
| YUV | 156.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 213 | 0.24 | 0.33 | 0 | 0.16 | 256.9 | 0.46 | 0.7 |
| Hex | A2 | 8E | D5 | 18 | 21 | 0 | 10 | 101 | 2E | 46 |
| Octal | 242 | 216 | 325 | 30 | 41 | 0 | 20 | 401 | 56 | 106 |
| Binary | 10100010 | 10001110 | 11010101 | 11000 | 100001 | 0 | 10000 | 100000001 | 101110 | 1000110 |
Color Harmonies of #A28ED5
Complementary color
Monochromatic Colors of #A28ED5
Black with #A28ED5
Text Example
Text Example
White with #A28ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ED5; }
p { color: rgb(162,142,213); }
H1.HeaderClassName
{
color: #A28ED5;
}
.AnyTagClassName
{
color: #A28ED5;
}
</style>
background-color css
<style>
a { background-color: #A28ED5; }
a { background-color: rgb(162,142,213); }
div.DivClassName
{
background-color: #A28ED5;
}
.BgClassName
{
background-color: #A28ED5;
}
</style>
border-color css
<style>
span { border-color: #A28ED5; }
span { border-color: rgb(162,142,213); }
td.TdClassName
{
border-color: #A28ED5;
}
.TagClassName
{
border-color: #A28ED5;
}
</style>