Shades of Biloba Flower #A788CF
Tints of Biloba Flower #A788CF
RGB
CMYK
RGB Variations
Color information
#A788CF (or 0xA788CF) is known color: Biloba Flower. HEX triplet: A7, 88 and CF. RGB value is (167,136,207). Sum of RGB (Red+Green+Blue) = 167+136+207=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A788CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CF is #587730. Grayscale: #999999. Windows color (decimal): -5797681 or 13600935. OLE color: 13600935.
HSL color Cylindrical-coordinate representation of color #A788CF: hue angle of 266.2º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A788CF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 136 | 207 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.19 |
| HSL | 266.2º | 0.43% | 0.67% | - |
| HSV(B) | 266.2º | 0.34% | 0.81% | - |
| XYZ | 36 | 30.33 | 62.99 | - |
| YUV | 153.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 207 | 0.19 | 0.34 | 0 | 0.19 | 266.2 | 0.43 | 0.67 |
| Hex | A7 | 88 | CF | 13 | 22 | 0 | 13 | 10A | 2B | 43 |
| Octal | 247 | 210 | 317 | 23 | 42 | 0 | 23 | 412 | 53 | 103 |
| Binary | 10100111 | 10001000 | 11001111 | 10011 | 100010 | 0 | 10011 | 100001010 | 101011 | 1000011 |
Color Harmonies of #A788CF
Complementary color
Monochromatic Colors of #A788CF
Black with #A788CF
Text Example
Text Example
White with #A788CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A788CF; }
p { color: rgb(167,136,207); }
H1.HeaderClassName
{
color: #A788CF;
}
.AnyTagClassName
{
color: #A788CF;
}
</style>
background-color css
<style>
a { background-color: #A788CF; }
a { background-color: rgb(167,136,207); }
div.DivClassName
{
background-color: #A788CF;
}
.BgClassName
{
background-color: #A788CF;
}
</style>
border-color css
<style>
span { border-color: #A788CF; }
span { border-color: rgb(167,136,207); }
td.TdClassName
{
border-color: #A788CF;
}
.TagClassName
{
border-color: #A788CF;
}
</style>