Shades of Biloba Flower #A28CF1
Tints of Biloba Flower #A28CF1
RGB
CMYK
RGB Variations
Color information
#A28CF1 (or 0xA28CF1) is known color: Biloba Flower. HEX triplet: A2, 8C and F1. RGB value is (162,140,241). Sum of RGB (Red+Green+Blue) = 162+140+241=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #A28CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CF1 is #5D730E. Grayscale: #9D9D9D. Windows color (decimal): -6124303 or 15830178. OLE color: 15830178.
HSL color Cylindrical-coordinate representation of color #A28CF1: hue angle of 253.07º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A28CF1 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 140 | 241 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.05 |
| HSL | 253.07º | 0.78% | 0.75% | - |
| HSV(B) | 253.07º | 0.42% | 0.95% | - |
| XYZ | 40.16 | 32.79 | 87.43 | - |
| YUV | 158.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 241 | 0.33 | 0.42 | 0 | 0.05 | 253.07 | 0.78 | 0.75 |
| Hex | A2 | 8C | F1 | 21 | 2A | 0 | 5 | FD | 4E | 4B |
| Octal | 242 | 214 | 361 | 41 | 52 | 0 | 5 | 375 | 116 | 113 |
| Binary | 10100010 | 10001100 | 11110001 | 100001 | 101010 | 0 | 101 | 11111101 | 1001110 | 1001011 |
Color Harmonies of #A28CF1
Complementary color
Monochromatic Colors of #A28CF1
Black with #A28CF1
Text Example
Text Example
White with #A28CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CF1; }
p { color: rgb(162,140,241); }
H1.HeaderClassName
{
color: #A28CF1;
}
.AnyTagClassName
{
color: #A28CF1;
}
</style>
background-color css
<style>
a { background-color: #A28CF1; }
a { background-color: rgb(162,140,241); }
div.DivClassName
{
background-color: #A28CF1;
}
.BgClassName
{
background-color: #A28CF1;
}
</style>
border-color css
<style>
span { border-color: #A28CF1; }
span { border-color: rgb(162,140,241); }
td.TdClassName
{
border-color: #A28CF1;
}
.TagClassName
{
border-color: #A28CF1;
}
</style>