Shades of Biloba Flower #A28FE1
Tints of Biloba Flower #A28FE1
RGB
CMYK
RGB Variations
Color information
#A28FE1 (or 0xA28FE1) is known color: Biloba Flower. HEX triplet: A2, 8F and E1. RGB value is (162,143,225). Sum of RGB (Red+Green+Blue) = 162+143+225=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #A28FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FE1 is #5D701E. Grayscale: #9D9D9D. Windows color (decimal): -6123551 or 14782370. OLE color: 14782370.
HSL color Cylindrical-coordinate representation of color #A28FE1: hue angle of 253.9º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28FE1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 143 | 225 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.12 |
| HSL | 253.9º | 0.58% | 0.72% | - |
| HSV(B) | 253.9º | 0.36% | 0.88% | - |
| XYZ | 38.31 | 32.76 | 75.54 | - |
| YUV | 158.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 225 | 0.28 | 0.36 | 0 | 0.12 | 253.9 | 0.58 | 0.72 |
| Hex | A2 | 8F | E1 | 1C | 24 | 0 | C | FE | 3A | 48 |
| Octal | 242 | 217 | 341 | 34 | 44 | 0 | 14 | 376 | 72 | 110 |
| Binary | 10100010 | 10001111 | 11100001 | 11100 | 100100 | 0 | 1100 | 11111110 | 111010 | 1001000 |
Color Harmonies of #A28FE1
Complementary color
Monochromatic Colors of #A28FE1
Black with #A28FE1
Text Example
Text Example
White with #A28FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FE1; }
p { color: rgb(162,143,225); }
H1.HeaderClassName
{
color: #A28FE1;
}
.AnyTagClassName
{
color: #A28FE1;
}
</style>
background-color css
<style>
a { background-color: #A28FE1; }
a { background-color: rgb(162,143,225); }
div.DivClassName
{
background-color: #A28FE1;
}
.BgClassName
{
background-color: #A28FE1;
}
</style>
border-color css
<style>
span { border-color: #A28FE1; }
span { border-color: rgb(162,143,225); }
td.TdClassName
{
border-color: #A28FE1;
}
.TagClassName
{
border-color: #A28FE1;
}
</style>