Shades of Biloba Flower #A488D2
Tints of Biloba Flower #A488D2
RGB
CMYK
RGB Variations
Color information
#A488D2 (or 0xA488D2) is known color: Biloba Flower. HEX triplet: A4, 88 and D2. RGB value is (164,136,210). Sum of RGB (Red+Green+Blue) = 164+136+210=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #A488D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488D2 is #5B772D. Grayscale: #989898. Windows color (decimal): -5994286 or 13797540. OLE color: 13797540.
HSL color Cylindrical-coordinate representation of color #A488D2: hue angle of 262.7º degrees, saturation: 0.45, 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 #A488D2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 136 | 210 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.18 |
| HSL | 262.7º | 0.45% | 0.68% | - |
| HSV(B) | 262.7º | 0.35% | 0.82% | - |
| XYZ | 35.75 | 30.15 | 64.91 | - |
| YUV | 152.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 210 | 0.22 | 0.35 | 0 | 0.18 | 262.7 | 0.45 | 0.68 |
| Hex | A4 | 88 | D2 | 16 | 23 | 0 | 12 | 107 | 2D | 44 |
| Octal | 244 | 210 | 322 | 26 | 43 | 0 | 22 | 407 | 55 | 104 |
| Binary | 10100100 | 10001000 | 11010010 | 10110 | 100011 | 0 | 10010 | 100000111 | 101101 | 1000100 |
Color Harmonies of #A488D2
Complementary color
Monochromatic Colors of #A488D2
Black with #A488D2
Text Example
Text Example
White with #A488D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488D2; }
p { color: rgb(164,136,210); }
H1.HeaderClassName
{
color: #A488D2;
}
.AnyTagClassName
{
color: #A488D2;
}
</style>
background-color css
<style>
a { background-color: #A488D2; }
a { background-color: rgb(164,136,210); }
div.DivClassName
{
background-color: #A488D2;
}
.BgClassName
{
background-color: #A488D2;
}
</style>
border-color css
<style>
span { border-color: #A488D2; }
span { border-color: rgb(164,136,210); }
td.TdClassName
{
border-color: #A488D2;
}
.TagClassName
{
border-color: #A488D2;
}
</style>