Shades of Biloba Flower #A588D1
Tints of Biloba Flower #A588D1
RGB
CMYK
RGB Variations
Color information
#A588D1 (or 0xA588D1) is known color: Biloba Flower. HEX triplet: A5, 88 and D1. RGB value is (165,136,209). Sum of RGB (Red+Green+Blue) = 165+136+209=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #A588D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588D1 is #5A772E. Grayscale: #989898. Windows color (decimal): -5928751 or 13732005. OLE color: 13732005.
HSL color Cylindrical-coordinate representation of color #A588D1: hue angle of 263.84º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A588D1 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 136 | 209 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.18 |
| HSL | 263.84º | 0.44% | 0.68% | - |
| HSV(B) | 263.84º | 0.35% | 0.82% | - |
| XYZ | 35.83 | 30.21 | 64.26 | - |
| YUV | 152.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 209 | 0.21 | 0.35 | 0 | 0.18 | 263.84 | 0.44 | 0.68 |
| Hex | A5 | 88 | D1 | 15 | 23 | 0 | 12 | 108 | 2C | 44 |
| Octal | 245 | 210 | 321 | 25 | 43 | 0 | 22 | 410 | 54 | 104 |
| Binary | 10100101 | 10001000 | 11010001 | 10101 | 100011 | 0 | 10010 | 100001000 | 101100 | 1000100 |
Color Harmonies of #A588D1
Complementary color
Monochromatic Colors of #A588D1
Black with #A588D1
Text Example
Text Example
White with #A588D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588D1; }
p { color: rgb(165,136,209); }
H1.HeaderClassName
{
color: #A588D1;
}
.AnyTagClassName
{
color: #A588D1;
}
</style>
background-color css
<style>
a { background-color: #A588D1; }
a { background-color: rgb(165,136,209); }
div.DivClassName
{
background-color: #A588D1;
}
.BgClassName
{
background-color: #A588D1;
}
</style>
border-color css
<style>
span { border-color: #A588D1; }
span { border-color: rgb(165,136,209); }
td.TdClassName
{
border-color: #A588D1;
}
.TagClassName
{
border-color: #A588D1;
}
</style>