Shades of Biloba Flower #A28DE6
Tints of Biloba Flower #A28DE6
RGB
CMYK
RGB Variations
Color information
#A28DE6 (or 0xA28DE6) is known color: Biloba Flower. HEX triplet: A2, 8D and E6. RGB value is (162,141,230). Sum of RGB (Red+Green+Blue) = 162+141+230=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #A28DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DE6 is #5D7219. Grayscale: #9D9D9D. Windows color (decimal): -6124058 or 15109538. OLE color: 15109538.
HSL color Cylindrical-coordinate representation of color #A28DE6: hue angle of 254.16º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28DE6 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 141 | 230 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.10 |
| HSL | 254.16º | 0.64% | 0.73% | - |
| HSV(B) | 254.16º | 0.39% | 0.9% | - |
| XYZ | 38.71 | 32.44 | 79.09 | - |
| YUV | 157.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 230 | 0.30 | 0.39 | 0 | 0.10 | 254.16 | 0.64 | 0.73 |
| Hex | A2 | 8D | E6 | 1E | 27 | 0 | A | FE | 40 | 49 |
| Octal | 242 | 215 | 346 | 36 | 47 | 0 | 12 | 376 | 100 | 111 |
| Binary | 10100010 | 10001101 | 11100110 | 11110 | 100111 | 0 | 1010 | 11111110 | 1000000 | 1001001 |
Color Harmonies of #A28DE6
Complementary color
Monochromatic Colors of #A28DE6
Black with #A28DE6
Text Example
Text Example
White with #A28DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DE6; }
p { color: rgb(162,141,230); }
H1.HeaderClassName
{
color: #A28DE6;
}
.AnyTagClassName
{
color: #A28DE6;
}
</style>
background-color css
<style>
a { background-color: #A28DE6; }
a { background-color: rgb(162,141,230); }
div.DivClassName
{
background-color: #A28DE6;
}
.BgClassName
{
background-color: #A28DE6;
}
</style>
border-color css
<style>
span { border-color: #A28DE6; }
span { border-color: rgb(162,141,230); }
td.TdClassName
{
border-color: #A28DE6;
}
.TagClassName
{
border-color: #A28DE6;
}
</style>