Shades of Biloba Flower #AB96D2
Tints of Biloba Flower #AB96D2
RGB
CMYK
RGB Variations
Color information
#AB96D2 (or 0xAB96D2) is known color: Biloba Flower. HEX triplet: AB, 96 and D2. RGB value is (171,150,210). Sum of RGB (Red+Green+Blue) = 171+150+210=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB96D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96D2 is #54692D. Grayscale: #A2A2A2. Windows color (decimal): -5531950 or 13801131. OLE color: 13801131.
HSL color Cylindrical-coordinate representation of color #AB96D2: hue angle of 261º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB96D2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 150 | 210 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.18 |
| HSL | 261º | 0.4% | 0.71% | - |
| HSV(B) | 261º | 0.29% | 0.82% | - |
| XYZ | 39.33 | 35.12 | 65.68 | - |
| YUV | 163.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 210 | 0.19 | 0.29 | 0 | 0.18 | 261 | 0.4 | 0.71 |
| Hex | AB | 96 | D2 | 13 | 1D | 0 | 12 | 105 | 28 | 47 |
| Octal | 253 | 226 | 322 | 23 | 35 | 0 | 22 | 405 | 50 | 107 |
| Binary | 10101011 | 10010110 | 11010010 | 10011 | 11101 | 0 | 10010 | 100000101 | 101000 | 1000111 |
Color Harmonies of #AB96D2
Complementary color
Monochromatic Colors of #AB96D2
Black with #AB96D2
Text Example
Text Example
White with #AB96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96D2; }
p { color: rgb(171,150,210); }
H1.HeaderClassName
{
color: #AB96D2;
}
.AnyTagClassName
{
color: #AB96D2;
}
</style>
background-color css
<style>
a { background-color: #AB96D2; }
a { background-color: rgb(171,150,210); }
div.DivClassName
{
background-color: #AB96D2;
}
.BgClassName
{
background-color: #AB96D2;
}
</style>
border-color css
<style>
span { border-color: #AB96D2; }
span { border-color: rgb(171,150,210); }
td.TdClassName
{
border-color: #AB96D2;
}
.TagClassName
{
border-color: #AB96D2;
}
</style>