Shades of Biloba Flower #AB96D1
Tints of Biloba Flower #AB96D1
RGB
CMYK
RGB Variations
Color information
#AB96D1 (or 0xAB96D1) is known color: Biloba Flower. HEX triplet: AB, 96 and D1. RGB value is (171,150,209). Sum of RGB (Red+Green+Blue) = 171+150+209=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB96D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96D1 is #54692E. Grayscale: #A2A2A2. Windows color (decimal): -5531951 or 13735595. OLE color: 13735595.
HSL color Cylindrical-coordinate representation of color #AB96D1: hue angle of 261.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB96D1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 150 | 209 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.18 |
| HSL | 261.36º | 0.39% | 0.7% | - |
| HSV(B) | 261.36º | 0.28% | 0.82% | - |
| XYZ | 39.21 | 35.07 | 65.03 | - |
| YUV | 163.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 209 | 0.18 | 0.28 | 0 | 0.18 | 261.36 | 0.39 | 0.7 |
| Hex | AB | 96 | D1 | 12 | 1C | 0 | 12 | 105 | 27 | 46 |
| Octal | 253 | 226 | 321 | 22 | 34 | 0 | 22 | 405 | 47 | 106 |
| Binary | 10101011 | 10010110 | 11010001 | 10010 | 11100 | 0 | 10010 | 100000101 | 100111 | 1000110 |
Color Harmonies of #AB96D1
Complementary color
Monochromatic Colors of #AB96D1
Black with #AB96D1
Text Example
Text Example
White with #AB96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96D1; }
p { color: rgb(171,150,209); }
H1.HeaderClassName
{
color: #AB96D1;
}
.AnyTagClassName
{
color: #AB96D1;
}
</style>
background-color css
<style>
a { background-color: #AB96D1; }
a { background-color: rgb(171,150,209); }
div.DivClassName
{
background-color: #AB96D1;
}
.BgClassName
{
background-color: #AB96D1;
}
</style>
border-color css
<style>
span { border-color: #AB96D1; }
span { border-color: rgb(171,150,209); }
td.TdClassName
{
border-color: #AB96D1;
}
.TagClassName
{
border-color: #AB96D1;
}
</style>