Shades of Biloba Flower #A891CB
Tints of Biloba Flower #A891CB
RGB
CMYK
RGB Variations
Color information
#A891CB (or 0xA891CB) is known color: Biloba Flower. HEX triplet: A8, 91 and CB. RGB value is (168,145,203). Sum of RGB (Red+Green+Blue) = 168+145+203=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A891CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891CB is #576E34. Grayscale: #9E9E9E. Windows color (decimal): -5729845 or 13341096. OLE color: 13341096.
HSL color Cylindrical-coordinate representation of color #A891CB: hue angle of 263.79º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A891CB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 145 | 203 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.20 |
| HSL | 263.79º | 0.36% | 0.68% | - |
| HSV(B) | 263.79º | 0.29% | 0.8% | - |
| XYZ | 37.05 | 32.89 | 60.89 | - |
| YUV | 158.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 203 | 0.17 | 0.29 | 0 | 0.20 | 263.79 | 0.36 | 0.68 |
| Hex | A8 | 91 | CB | 11 | 1D | 0 | 14 | 108 | 24 | 44 |
| Octal | 250 | 221 | 313 | 21 | 35 | 0 | 24 | 410 | 44 | 104 |
| Binary | 10101000 | 10010001 | 11001011 | 10001 | 11101 | 0 | 10100 | 100001000 | 100100 | 1000100 |
Color Harmonies of #A891CB
Complementary color
Monochromatic Colors of #A891CB
Black with #A891CB
Text Example
Text Example
White with #A891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891CB; }
p { color: rgb(168,145,203); }
H1.HeaderClassName
{
color: #A891CB;
}
.AnyTagClassName
{
color: #A891CB;
}
</style>
background-color css
<style>
a { background-color: #A891CB; }
a { background-color: rgb(168,145,203); }
div.DivClassName
{
background-color: #A891CB;
}
.BgClassName
{
background-color: #A891CB;
}
</style>
border-color css
<style>
span { border-color: #A891CB; }
span { border-color: rgb(168,145,203); }
td.TdClassName
{
border-color: #A891CB;
}
.TagClassName
{
border-color: #A891CB;
}
</style>