Shades of Biloba Flower #AB96D3
Tints of Biloba Flower #AB96D3
RGB
CMYK
RGB Variations
Color information
#AB96D3 (or 0xAB96D3) is known color: Biloba Flower. HEX triplet: AB, 96 and D3. RGB value is (171,150,211). Sum of RGB (Red+Green+Blue) = 171+150+211=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96D3 is #54692C. Grayscale: #A3A3A3. Windows color (decimal): -5531949 or 13866667. OLE color: 13866667.
HSL color Cylindrical-coordinate representation of color #AB96D3: hue angle of 260.66º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB96D3 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 150 | 211 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.17 |
| HSL | 260.66º | 0.41% | 0.71% | - |
| HSV(B) | 260.66º | 0.29% | 0.83% | - |
| XYZ | 39.46 | 35.17 | 66.34 | - |
| YUV | 163.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 211 | 0.19 | 0.29 | 0 | 0.17 | 260.66 | 0.41 | 0.71 |
| Hex | AB | 96 | D3 | 13 | 1D | 0 | 11 | 105 | 29 | 47 |
| Octal | 253 | 226 | 323 | 23 | 35 | 0 | 21 | 405 | 51 | 107 |
| Binary | 10101011 | 10010110 | 11010011 | 10011 | 11101 | 0 | 10001 | 100000101 | 101001 | 1000111 |
Color Harmonies of #AB96D3
Complementary color
Monochromatic Colors of #AB96D3
Black with #AB96D3
Text Example
Text Example
White with #AB96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96D3; }
p { color: rgb(171,150,211); }
H1.HeaderClassName
{
color: #AB96D3;
}
.AnyTagClassName
{
color: #AB96D3;
}
</style>
background-color css
<style>
a { background-color: #AB96D3; }
a { background-color: rgb(171,150,211); }
div.DivClassName
{
background-color: #AB96D3;
}
.BgClassName
{
background-color: #AB96D3;
}
</style>
border-color css
<style>
span { border-color: #AB96D3; }
span { border-color: rgb(171,150,211); }
td.TdClassName
{
border-color: #AB96D3;
}
.TagClassName
{
border-color: #AB96D3;
}
</style>