Shades of Biloba Flower #A28DED
Tints of Biloba Flower #A28DED
RGB
CMYK
RGB Variations
Color information
#A28DED (or 0xA28DED) is known color: Biloba Flower. HEX triplet: A2, 8D and ED. RGB value is (162,141,237). Sum of RGB (Red+Green+Blue) = 162+141+237=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DED is #5D7212. Grayscale: #9D9D9D. Windows color (decimal): -6124051 or 15568290. OLE color: 15568290.
HSL color Cylindrical-coordinate representation of color #A28DED: hue angle of 253.12º degrees, saturation: 0.73, 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 #A28DED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 141 | 237 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 253.13º | 0.73% | 0.74% | - |
| HSV(B) | 253.13º | 0.41% | 0.93% | - |
| XYZ | 39.71 | 32.85 | 84.37 | - |
| YUV | 158.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 237 | 0.32 | 0.41 | 0 | 0.07 | 253.13 | 0.73 | 0.74 |
| Hex | A2 | 8D | ED | 20 | 29 | 0 | 7 | FD | 49 | 4A |
| Octal | 242 | 215 | 355 | 40 | 51 | 0 | 7 | 375 | 111 | 112 |
| Binary | 10100010 | 10001101 | 11101101 | 100000 | 101001 | 0 | 111 | 11111101 | 1001001 | 1001010 |
Color Harmonies of #A28DED
Complementary color
Monochromatic Colors of #A28DED
Black with #A28DED
Text Example
Text Example
White with #A28DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DED; }
p { color: rgb(162,141,237); }
H1.HeaderClassName
{
color: #A28DED;
}
.AnyTagClassName
{
color: #A28DED;
}
</style>
background-color css
<style>
a { background-color: #A28DED; }
a { background-color: rgb(162,141,237); }
div.DivClassName
{
background-color: #A28DED;
}
.BgClassName
{
background-color: #A28DED;
}
</style>
border-color css
<style>
span { border-color: #A28DED; }
span { border-color: rgb(162,141,237); }
td.TdClassName
{
border-color: #A28DED;
}
.TagClassName
{
border-color: #A28DED;
}
</style>