Shades of Biloba Flower #A287DC
Tints of Biloba Flower #A287DC
RGB
CMYK
RGB Variations
Color information
#A287DC (or 0xA287DC) is known color: Biloba Flower. HEX triplet: A2, 87 and DC. RGB value is (162,135,220). Sum of RGB (Red+Green+Blue) = 162+135+220=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A287DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287DC is #5D7823. Grayscale: #989898. Windows color (decimal): -6125604 or 14452642. OLE color: 14452642.
HSL color Cylindrical-coordinate representation of color #A287DC: hue angle of 259.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A287DC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 135 | 220 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.14 |
| HSL | 259.06º | 0.55% | 0.7% | - |
| HSV(B) | 259.06º | 0.39% | 0.86% | - |
| XYZ | 36.48 | 30.18 | 71.61 | - |
| YUV | 152.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 220 | 0.26 | 0.39 | 0 | 0.14 | 259.06 | 0.55 | 0.7 |
| Hex | A2 | 87 | DC | 1A | 27 | 0 | E | 103 | 37 | 46 |
| Octal | 242 | 207 | 334 | 32 | 47 | 0 | 16 | 403 | 67 | 106 |
| Binary | 10100010 | 10000111 | 11011100 | 11010 | 100111 | 0 | 1110 | 100000011 | 110111 | 1000110 |
Color Harmonies of #A287DC
Complementary color
Monochromatic Colors of #A287DC
Black with #A287DC
Text Example
Text Example
White with #A287DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287DC; }
p { color: rgb(162,135,220); }
H1.HeaderClassName
{
color: #A287DC;
}
.AnyTagClassName
{
color: #A287DC;
}
</style>
background-color css
<style>
a { background-color: #A287DC; }
a { background-color: rgb(162,135,220); }
div.DivClassName
{
background-color: #A287DC;
}
.BgClassName
{
background-color: #A287DC;
}
</style>
border-color css
<style>
span { border-color: #A287DC; }
span { border-color: rgb(162,135,220); }
td.TdClassName
{
border-color: #A287DC;
}
.TagClassName
{
border-color: #A287DC;
}
</style>