Shades of Biloba Flower #A888CF
Tints of Biloba Flower #A888CF
RGB
CMYK
RGB Variations
Color information
#A888CF (or 0xA888CF) is known color: Biloba Flower. HEX triplet: A8, 88 and CF. RGB value is (168,136,207). Sum of RGB (Red+Green+Blue) = 168+136+207=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A888CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888CF is #577730. Grayscale: #999999. Windows color (decimal): -5732145 or 13600936. OLE color: 13600936.
HSL color Cylindrical-coordinate representation of color #A888CF: hue angle of 267.04º 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 #A888CF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 136 | 207 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.19 |
| HSL | 267.04º | 0.43% | 0.67% | - |
| HSV(B) | 267.04º | 0.34% | 0.81% | - |
| XYZ | 36.22 | 30.44 | 63 | - |
| YUV | 153.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 207 | 0.19 | 0.34 | 0 | 0.19 | 267.04 | 0.43 | 0.67 |
| Hex | A8 | 88 | CF | 13 | 22 | 0 | 13 | 10B | 2B | 43 |
| Octal | 250 | 210 | 317 | 23 | 42 | 0 | 23 | 413 | 53 | 103 |
| Binary | 10101000 | 10001000 | 11001111 | 10011 | 100010 | 0 | 10011 | 100001011 | 101011 | 1000011 |
Color Harmonies of #A888CF
Complementary color
Monochromatic Colors of #A888CF
Black with #A888CF
Text Example
Text Example
White with #A888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888CF; }
p { color: rgb(168,136,207); }
H1.HeaderClassName
{
color: #A888CF;
}
.AnyTagClassName
{
color: #A888CF;
}
</style>
background-color css
<style>
a { background-color: #A888CF; }
a { background-color: rgb(168,136,207); }
div.DivClassName
{
background-color: #A888CF;
}
.BgClassName
{
background-color: #A888CF;
}
</style>
border-color css
<style>
span { border-color: #A888CF; }
span { border-color: rgb(168,136,207); }
td.TdClassName
{
border-color: #A888CF;
}
.TagClassName
{
border-color: #A888CF;
}
</style>