Shades of Biloba Flower #A28FED
Tints of Biloba Flower #A28FED
RGB
CMYK
RGB Variations
Color information
#A28FED (or 0xA28FED) is known color: Biloba Flower. HEX triplet: A2, 8F and ED. RGB value is (162,143,237). Sum of RGB (Red+Green+Blue) = 162+143+237=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FED is #5D7012. Grayscale: #9F9F9F. Windows color (decimal): -6123539 or 15568802. OLE color: 15568802.
HSL color Cylindrical-coordinate representation of color #A28FED: hue angle of 252.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28FED is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 143 | 237 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.07 |
| HSL | 252.13º | 0.72% | 0.75% | - |
| HSV(B) | 252.13º | 0.4% | 0.93% | - |
| XYZ | 40.01 | 33.44 | 84.47 | - |
| YUV | 159.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 237 | 0.32 | 0.40 | 0 | 0.07 | 252.13 | 0.72 | 0.75 |
| Hex | A2 | 8F | ED | 20 | 28 | 0 | 7 | FC | 48 | 4B |
| Octal | 242 | 217 | 355 | 40 | 50 | 0 | 7 | 374 | 110 | 113 |
| Binary | 10100010 | 10001111 | 11101101 | 100000 | 101000 | 0 | 111 | 11111100 | 1001000 | 1001011 |
Color Harmonies of #A28FED
Complementary color
Monochromatic Colors of #A28FED
Black with #A28FED
Text Example
Text Example
White with #A28FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FED; }
p { color: rgb(162,143,237); }
H1.HeaderClassName
{
color: #A28FED;
}
.AnyTagClassName
{
color: #A28FED;
}
</style>
background-color css
<style>
a { background-color: #A28FED; }
a { background-color: rgb(162,143,237); }
div.DivClassName
{
background-color: #A28FED;
}
.BgClassName
{
background-color: #A28FED;
}
</style>
border-color css
<style>
span { border-color: #A28FED; }
span { border-color: rgb(162,143,237); }
td.TdClassName
{
border-color: #A28FED;
}
.TagClassName
{
border-color: #A28FED;
}
</style>