Shades of Biloba Flower #A28ED9
Tints of Biloba Flower #A28ED9
RGB
CMYK
RGB Variations
Color information
#A28ED9 (or 0xA28ED9) is known color: Biloba Flower. HEX triplet: A2, 8E and D9. RGB value is (162,142,217). Sum of RGB (Red+Green+Blue) = 162+142+217=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #A28ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ED9 is #5D7126. Grayscale: #9C9C9C. Windows color (decimal): -6123815 or 14257826. OLE color: 14257826.
HSL color Cylindrical-coordinate representation of color #A28ED9: hue angle of 256º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28ED9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 142 | 217 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.15 |
| HSL | 256º | 0.5% | 0.7% | - |
| HSV(B) | 256º | 0.35% | 0.85% | - |
| XYZ | 37.1 | 32.04 | 69.87 | - |
| YUV | 156.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 217 | 0.25 | 0.35 | 0 | 0.15 | 256 | 0.5 | 0.7 |
| Hex | A2 | 8E | D9 | 19 | 23 | 0 | F | 100 | 32 | 46 |
| Octal | 242 | 216 | 331 | 31 | 43 | 0 | 17 | 400 | 62 | 106 |
| Binary | 10100010 | 10001110 | 11011001 | 11001 | 100011 | 0 | 1111 | 100000000 | 110010 | 1000110 |
Color Harmonies of #A28ED9
Complementary color
Monochromatic Colors of #A28ED9
Black with #A28ED9
Text Example
Text Example
White with #A28ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ED9; }
p { color: rgb(162,142,217); }
H1.HeaderClassName
{
color: #A28ED9;
}
.AnyTagClassName
{
color: #A28ED9;
}
</style>
background-color css
<style>
a { background-color: #A28ED9; }
a { background-color: rgb(162,142,217); }
div.DivClassName
{
background-color: #A28ED9;
}
.BgClassName
{
background-color: #A28ED9;
}
</style>
border-color css
<style>
span { border-color: #A28ED9; }
span { border-color: rgb(162,142,217); }
td.TdClassName
{
border-color: #A28ED9;
}
.TagClassName
{
border-color: #A28ED9;
}
</style>