Shades of Biloba Flower #AB94C8
Tints of Biloba Flower #AB94C8
RGB
CMYK
RGB Variations
Color information
#AB94C8 (or 0xAB94C8) is known color: Biloba Flower. HEX triplet: AB, 94 and C8. RGB value is (171,148,200). Sum of RGB (Red+Green+Blue) = 171+148+200=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB94C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C8 is #546B37. Grayscale: #A0A0A0. Windows color (decimal): -5532472 or 13145259. OLE color: 13145259.
HSL color Cylindrical-coordinate representation of color #AB94C8: hue angle of 266.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB94C8 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 148 | 200 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.22 |
| HSL | 266.54º | 0.32% | 0.68% | - |
| HSV(B) | 266.54º | 0.26% | 0.78% | - |
| XYZ | 37.81 | 34.01 | 59.21 | - |
| YUV | 160.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 200 | 0.14 | 0.26 | 0 | 0.22 | 266.54 | 0.32 | 0.68 |
| Hex | AB | 94 | C8 | E | 1A | 0 | 16 | 10B | 20 | 44 |
| Octal | 253 | 224 | 310 | 16 | 32 | 0 | 26 | 413 | 40 | 104 |
| Binary | 10101011 | 10010100 | 11001000 | 1110 | 11010 | 0 | 10110 | 100001011 | 100000 | 1000100 |
Color Harmonies of #AB94C8
Complementary color
Monochromatic Colors of #AB94C8
Black with #AB94C8
Text Example
Text Example
White with #AB94C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94C8; }
p { color: rgb(171,148,200); }
H1.HeaderClassName
{
color: #AB94C8;
}
.AnyTagClassName
{
color: #AB94C8;
}
</style>
background-color css
<style>
a { background-color: #AB94C8; }
a { background-color: rgb(171,148,200); }
div.DivClassName
{
background-color: #AB94C8;
}
.BgClassName
{
background-color: #AB94C8;
}
</style>
border-color css
<style>
span { border-color: #AB94C8; }
span { border-color: rgb(171,148,200); }
td.TdClassName
{
border-color: #AB94C8;
}
.TagClassName
{
border-color: #AB94C8;
}
</style>