Shades of Biloba Flower #A288E1
Tints of Biloba Flower #A288E1
RGB
CMYK
RGB Variations
Color information
#A288E1 (or 0xA288E1) is known color: Biloba Flower. HEX triplet: A2, 88 and E1. RGB value is (162,136,225). Sum of RGB (Red+Green+Blue) = 162+136+225=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #A288E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288E1 is #5D771E. Grayscale: #999999. Windows color (decimal): -6125343 or 14780578. OLE color: 14780578.
HSL color Cylindrical-coordinate representation of color #A288E1: hue angle of 257.53º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A288E1 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 136 | 225 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.12 |
| HSL | 257.53º | 0.6% | 0.71% | - |
| HSV(B) | 257.53º | 0.4% | 0.88% | - |
| XYZ | 37.3 | 30.73 | 75.2 | - |
| YUV | 153.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 225 | 0.28 | 0.40 | 0 | 0.12 | 257.53 | 0.6 | 0.71 |
| Hex | A2 | 88 | E1 | 1C | 28 | 0 | C | 102 | 3C | 47 |
| Octal | 242 | 210 | 341 | 34 | 50 | 0 | 14 | 402 | 74 | 107 |
| Binary | 10100010 | 10001000 | 11100001 | 11100 | 101000 | 0 | 1100 | 100000010 | 111100 | 1000111 |
Color Harmonies of #A288E1
Complementary color
Monochromatic Colors of #A288E1
Black with #A288E1
Text Example
Text Example
White with #A288E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288E1; }
p { color: rgb(162,136,225); }
H1.HeaderClassName
{
color: #A288E1;
}
.AnyTagClassName
{
color: #A288E1;
}
</style>
background-color css
<style>
a { background-color: #A288E1; }
a { background-color: rgb(162,136,225); }
div.DivClassName
{
background-color: #A288E1;
}
.BgClassName
{
background-color: #A288E1;
}
</style>
border-color css
<style>
span { border-color: #A288E1; }
span { border-color: rgb(162,136,225); }
td.TdClassName
{
border-color: #A288E1;
}
.TagClassName
{
border-color: #A288E1;
}
</style>