Shades of Biloba Flower #A588DC
Tints of Biloba Flower #A588DC
RGB
CMYK
RGB Variations
Color information
#A588DC (or 0xA588DC) is known color: Biloba Flower. HEX triplet: A5, 88 and DC. RGB value is (165,136,220). Sum of RGB (Red+Green+Blue) = 165+136+220=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A588DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588DC is #5A7723. Grayscale: #999999. Windows color (decimal): -5928740 or 14452901. OLE color: 14452901.
HSL color Cylindrical-coordinate representation of color #A588DC: hue angle of 260.71º 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 #A588DC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 136 | 220 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.14 |
| HSL | 260.71º | 0.55% | 0.7% | - |
| HSV(B) | 260.71º | 0.38% | 0.86% | - |
| XYZ | 37.24 | 30.77 | 71.69 | - |
| YUV | 154.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 220 | 0.25 | 0.38 | 0 | 0.14 | 260.71 | 0.55 | 0.7 |
| Hex | A5 | 88 | DC | 19 | 26 | 0 | E | 105 | 37 | 46 |
| Octal | 245 | 210 | 334 | 31 | 46 | 0 | 16 | 405 | 67 | 106 |
| Binary | 10100101 | 10001000 | 11011100 | 11001 | 100110 | 0 | 1110 | 100000101 | 110111 | 1000110 |
Color Harmonies of #A588DC
Complementary color
Monochromatic Colors of #A588DC
Black with #A588DC
Text Example
Text Example
White with #A588DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588DC; }
p { color: rgb(165,136,220); }
H1.HeaderClassName
{
color: #A588DC;
}
.AnyTagClassName
{
color: #A588DC;
}
</style>
background-color css
<style>
a { background-color: #A588DC; }
a { background-color: rgb(165,136,220); }
div.DivClassName
{
background-color: #A588DC;
}
.BgClassName
{
background-color: #A588DC;
}
</style>
border-color css
<style>
span { border-color: #A588DC; }
span { border-color: rgb(165,136,220); }
td.TdClassName
{
border-color: #A588DC;
}
.TagClassName
{
border-color: #A588DC;
}
</style>