Shades of Biloba Flower #A28BE4
Tints of Biloba Flower #A28BE4
RGB
CMYK
RGB Variations
Color information
#A28BE4 (or 0xA28BE4) is known color: Biloba Flower. HEX triplet: A2, 8B and E4. RGB value is (162,139,228). Sum of RGB (Red+Green+Blue) = 162+139+228=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A28BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BE4 is #5D741B. Grayscale: #9B9B9B. Windows color (decimal): -6124572 or 14977954. OLE color: 14977954.
HSL color Cylindrical-coordinate representation of color #A28BE4: hue angle of 255.51º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28BE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 139 | 228 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.11 |
| HSL | 255.51º | 0.62% | 0.72% | - |
| HSV(B) | 255.51º | 0.39% | 0.89% | - |
| XYZ | 38.14 | 31.75 | 77.52 | - |
| YUV | 156.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 228 | 0.29 | 0.39 | 0 | 0.11 | 255.51 | 0.62 | 0.72 |
| Hex | A2 | 8B | E4 | 1D | 27 | 0 | B | 100 | 3E | 48 |
| Octal | 242 | 213 | 344 | 35 | 47 | 0 | 13 | 400 | 76 | 110 |
| Binary | 10100010 | 10001011 | 11100100 | 11101 | 100111 | 0 | 1011 | 100000000 | 111110 | 1001000 |
Color Harmonies of #A28BE4
Complementary color
Monochromatic Colors of #A28BE4
Black with #A28BE4
Text Example
Text Example
White with #A28BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BE4; }
p { color: rgb(162,139,228); }
H1.HeaderClassName
{
color: #A28BE4;
}
.AnyTagClassName
{
color: #A28BE4;
}
</style>
background-color css
<style>
a { background-color: #A28BE4; }
a { background-color: rgb(162,139,228); }
div.DivClassName
{
background-color: #A28BE4;
}
.BgClassName
{
background-color: #A28BE4;
}
</style>
border-color css
<style>
span { border-color: #A28BE4; }
span { border-color: rgb(162,139,228); }
td.TdClassName
{
border-color: #A28BE4;
}
.TagClassName
{
border-color: #A28BE4;
}
</style>