Shades of Biloba Flower #AB92C9
Tints of Biloba Flower #AB92C9
RGB
CMYK
RGB Variations
Color information
#AB92C9 (or 0xAB92C9) is known color: Biloba Flower. HEX triplet: AB, 92 and C9. RGB value is (171,146,201). Sum of RGB (Red+Green+Blue) = 171+146+201=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB92C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92C9 is #546D36. Grayscale: #9F9F9F. Windows color (decimal): -5532983 or 13210283. OLE color: 13210283.
HSL color Cylindrical-coordinate representation of color #AB92C9: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB92C9 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 146 | 201 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.21 |
| HSL | 267.27º | 0.34% | 0.68% | - |
| HSV(B) | 267.27º | 0.27% | 0.79% | - |
| XYZ | 37.62 | 33.43 | 59.73 | - |
| YUV | 159.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 201 | 0.15 | 0.27 | 0 | 0.21 | 267.27 | 0.34 | 0.68 |
| Hex | AB | 92 | C9 | F | 1B | 0 | 15 | 10B | 22 | 44 |
| Octal | 253 | 222 | 311 | 17 | 33 | 0 | 25 | 413 | 42 | 104 |
| Binary | 10101011 | 10010010 | 11001001 | 1111 | 11011 | 0 | 10101 | 100001011 | 100010 | 1000100 |
Color Harmonies of #AB92C9
Complementary color
Monochromatic Colors of #AB92C9
Black with #AB92C9
Text Example
Text Example
White with #AB92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92C9; }
p { color: rgb(171,146,201); }
H1.HeaderClassName
{
color: #AB92C9;
}
.AnyTagClassName
{
color: #AB92C9;
}
</style>
background-color css
<style>
a { background-color: #AB92C9; }
a { background-color: rgb(171,146,201); }
div.DivClassName
{
background-color: #AB92C9;
}
.BgClassName
{
background-color: #AB92C9;
}
</style>
border-color css
<style>
span { border-color: #AB92C9; }
span { border-color: rgb(171,146,201); }
td.TdClassName
{
border-color: #AB92C9;
}
.TagClassName
{
border-color: #AB92C9;
}
</style>