Shades of Biloba Flower #A287E1
Tints of Biloba Flower #A287E1
RGB
CMYK
RGB Variations
Color information
#A287E1 (or 0xA287E1) is known color: Biloba Flower. HEX triplet: A2, 87 and E1. RGB value is (162,135,225). Sum of RGB (Red+Green+Blue) = 162+135+225=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #A287E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287E1 is #5D781E. Grayscale: #999999. Windows color (decimal): -6125599 or 14780322. OLE color: 14780322.
HSL color Cylindrical-coordinate representation of color #A287E1: hue angle of 258º 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 #A287E1 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 135 | 225 | - |
| CMYK | 0.28 | 0.4 | 0 | 0.12 |
| HSL | 258º | 0.6% | 0.71% | - |
| HSV(B) | 258º | 0.4% | 0.88% | - |
| XYZ | 37.15 | 30.45 | 75.15 | - |
| YUV | 153.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 225 | 0.28 | 0.4 | 0 | 0.12 | 258 | 0.6 | 0.71 |
| Hex | A2 | 87 | E1 | 1C | 28 | 0 | C | 102 | 3C | 47 |
| Octal | 242 | 207 | 341 | 34 | 50 | 0 | 14 | 402 | 74 | 107 |
| Binary | 10100010 | 10000111 | 11100001 | 11100 | 101000 | 0 | 1100 | 100000010 | 111100 | 1000111 |
Color Harmonies of #A287E1
Complementary color
Monochromatic Colors of #A287E1
Black with #A287E1
Text Example
Text Example
White with #A287E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287E1; }
p { color: rgb(162,135,225); }
H1.HeaderClassName
{
color: #A287E1;
}
.AnyTagClassName
{
color: #A287E1;
}
</style>
background-color css
<style>
a { background-color: #A287E1; }
a { background-color: rgb(162,135,225); }
div.DivClassName
{
background-color: #A287E1;
}
.BgClassName
{
background-color: #A287E1;
}
</style>
border-color css
<style>
span { border-color: #A287E1; }
span { border-color: rgb(162,135,225); }
td.TdClassName
{
border-color: #A287E1;
}
.TagClassName
{
border-color: #A287E1;
}
</style>