Shades of Biloba Flower #A187DA
Tints of Biloba Flower #A187DA
RGB
CMYK
RGB Variations
Color information
#A187DA (or 0xA187DA) is known color: Biloba Flower. HEX triplet: A1, 87 and DA. RGB value is (161,135,218). Sum of RGB (Red+Green+Blue) = 161+135+218=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #A187DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DA is #5E7825. Grayscale: #979797. Windows color (decimal): -6191142 or 14321569. OLE color: 14321569.
HSL color Cylindrical-coordinate representation of color #A187DA: hue angle of 258.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A187DA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 135 | 218 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.15 |
| HSL | 258.8º | 0.53% | 0.69% | - |
| HSV(B) | 258.8º | 0.38% | 0.85% | - |
| XYZ | 36.02 | 29.97 | 70.22 | - |
| YUV | 152.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 218 | 0.26 | 0.38 | 0 | 0.15 | 258.8 | 0.53 | 0.69 |
| Hex | A1 | 87 | DA | 1A | 26 | 0 | F | 103 | 35 | 45 |
| Octal | 241 | 207 | 332 | 32 | 46 | 0 | 17 | 403 | 65 | 105 |
| Binary | 10100001 | 10000111 | 11011010 | 11010 | 100110 | 0 | 1111 | 100000011 | 110101 | 1000101 |
Color Harmonies of #A187DA
Complementary color
Monochromatic Colors of #A187DA
Black with #A187DA
Text Example
Text Example
White with #A187DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187DA; }
p { color: rgb(161,135,218); }
H1.HeaderClassName
{
color: #A187DA;
}
.AnyTagClassName
{
color: #A187DA;
}
</style>
background-color css
<style>
a { background-color: #A187DA; }
a { background-color: rgb(161,135,218); }
div.DivClassName
{
background-color: #A187DA;
}
.BgClassName
{
background-color: #A187DA;
}
</style>
border-color css
<style>
span { border-color: #A187DA; }
span { border-color: rgb(161,135,218); }
td.TdClassName
{
border-color: #A187DA;
}
.TagClassName
{
border-color: #A187DA;
}
</style>