Shades of Biloba Flower #A28BF0
Tints of Biloba Flower #A28BF0
RGB
CMYK
RGB Variations
Color information
#A28BF0 (or 0xA28BF0) is known color: Biloba Flower. HEX triplet: A2, 8B and F0. RGB value is (162,139,240). Sum of RGB (Red+Green+Blue) = 162+139+240=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #A28BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BF0 is #5D740F. Grayscale: #9D9D9D. Windows color (decimal): -6124560 or 15764386. OLE color: 15764386.
HSL color Cylindrical-coordinate representation of color #A28BF0: hue angle of 253.66º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A28BF0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 139 | 240 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.06 |
| HSL | 253.66º | 0.77% | 0.74% | - |
| HSV(B) | 253.66º | 0.42% | 0.94% | - |
| XYZ | 39.86 | 32.44 | 86.6 | - |
| YUV | 157.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 240 | 0.32 | 0.42 | 0 | 0.06 | 253.66 | 0.77 | 0.74 |
| Hex | A2 | 8B | F0 | 20 | 2A | 0 | 6 | FE | 4D | 4A |
| Octal | 242 | 213 | 360 | 40 | 52 | 0 | 6 | 376 | 115 | 112 |
| Binary | 10100010 | 10001011 | 11110000 | 100000 | 101010 | 0 | 110 | 11111110 | 1001101 | 1001010 |
Color Harmonies of #A28BF0
Complementary color
Monochromatic Colors of #A28BF0
Black with #A28BF0
Text Example
Text Example
White with #A28BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BF0; }
p { color: rgb(162,139,240); }
H1.HeaderClassName
{
color: #A28BF0;
}
.AnyTagClassName
{
color: #A28BF0;
}
</style>
background-color css
<style>
a { background-color: #A28BF0; }
a { background-color: rgb(162,139,240); }
div.DivClassName
{
background-color: #A28BF0;
}
.BgClassName
{
background-color: #A28BF0;
}
</style>
border-color css
<style>
span { border-color: #A28BF0; }
span { border-color: rgb(162,139,240); }
td.TdClassName
{
border-color: #A28BF0;
}
.TagClassName
{
border-color: #A28BF0;
}
</style>