Shades of Biloba Flower #A28DEE
Tints of Biloba Flower #A28DEE
RGB
CMYK
RGB Variations
Color information
#A28DEE (or 0xA28DEE) is known color: Biloba Flower. HEX triplet: A2, 8D and EE. RGB value is (162,141,238). Sum of RGB (Red+Green+Blue) = 162+141+238=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A28DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DEE is #5D7211. Grayscale: #9D9D9D. Windows color (decimal): -6124050 or 15633826. OLE color: 15633826.
HSL color Cylindrical-coordinate representation of color #A28DEE: hue angle of 252.99º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28DEE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 141 | 238 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.99º | 0.74% | 0.74% | - |
| HSV(B) | 252.99º | 0.41% | 0.93% | - |
| XYZ | 39.86 | 32.9 | 85.14 | - |
| YUV | 158.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 238 | 0.32 | 0.41 | 0 | 0.07 | 252.99 | 0.74 | 0.74 |
| Hex | A2 | 8D | EE | 20 | 29 | 0 | 7 | FD | 4A | 4A |
| Octal | 242 | 215 | 356 | 40 | 51 | 0 | 7 | 375 | 112 | 112 |
| Binary | 10100010 | 10001101 | 11101110 | 100000 | 101001 | 0 | 111 | 11111101 | 1001010 | 1001010 |
Color Harmonies of #A28DEE
Complementary color
Monochromatic Colors of #A28DEE
Black with #A28DEE
Text Example
Text Example
White with #A28DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DEE; }
p { color: rgb(162,141,238); }
H1.HeaderClassName
{
color: #A28DEE;
}
.AnyTagClassName
{
color: #A28DEE;
}
</style>
background-color css
<style>
a { background-color: #A28DEE; }
a { background-color: rgb(162,141,238); }
div.DivClassName
{
background-color: #A28DEE;
}
.BgClassName
{
background-color: #A28DEE;
}
</style>
border-color css
<style>
span { border-color: #A28DEE; }
span { border-color: rgb(162,141,238); }
td.TdClassName
{
border-color: #A28DEE;
}
.TagClassName
{
border-color: #A28DEE;
}
</style>