Shades of Biloba Flower #A488DC
Tints of Biloba Flower #A488DC
RGB
CMYK
RGB Variations
Color information
#A488DC (or 0xA488DC) is known color: Biloba Flower. HEX triplet: A4, 88 and DC. RGB value is (164,136,220). Sum of RGB (Red+Green+Blue) = 164+136+220=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A488DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DC is #5B7723. Grayscale: #999999. Windows color (decimal): -5994276 or 14452900. OLE color: 14452900.
HSL color Cylindrical-coordinate representation of color #A488DC: hue angle of 260º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A488DC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 136 | 220 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.14 |
| HSL | 260º | 0.55% | 0.7% | - |
| HSV(B) | 260º | 0.38% | 0.86% | - |
| XYZ | 37.03 | 30.67 | 71.68 | - |
| YUV | 153.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 220 | 0.25 | 0.38 | 0 | 0.14 | 260 | 0.55 | 0.7 |
| Hex | A4 | 88 | DC | 19 | 26 | 0 | E | 104 | 37 | 46 |
| Octal | 244 | 210 | 334 | 31 | 46 | 0 | 16 | 404 | 67 | 106 |
| Binary | 10100100 | 10001000 | 11011100 | 11001 | 100110 | 0 | 1110 | 100000100 | 110111 | 1000110 |
Color Harmonies of #A488DC
Complementary color
Monochromatic Colors of #A488DC
Black with #A488DC
Text Example
Text Example
White with #A488DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488DC; }
p { color: rgb(164,136,220); }
H1.HeaderClassName
{
color: #A488DC;
}
.AnyTagClassName
{
color: #A488DC;
}
</style>
background-color css
<style>
a { background-color: #A488DC; }
a { background-color: rgb(164,136,220); }
div.DivClassName
{
background-color: #A488DC;
}
.BgClassName
{
background-color: #A488DC;
}
</style>
border-color css
<style>
span { border-color: #A488DC; }
span { border-color: rgb(164,136,220); }
td.TdClassName
{
border-color: #A488DC;
}
.TagClassName
{
border-color: #A488DC;
}
</style>