Shades of Biloba Flower #AB92D3
Tints of Biloba Flower #AB92D3
RGB
CMYK
RGB Variations
Color information
#AB92D3 (or 0xAB92D3) is known color: Biloba Flower. HEX triplet: AB, 92 and D3. RGB value is (171,146,211). Sum of RGB (Red+Green+Blue) = 171+146+211=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB92D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D3 is #546D2C. Grayscale: #A0A0A0. Windows color (decimal): -5532973 or 13865643. OLE color: 13865643.
HSL color Cylindrical-coordinate representation of color #AB92D3: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB92D3 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 146 | 211 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.17 |
| HSL | 263.08º | 0.42% | 0.7% | - |
| HSV(B) | 263.08º | 0.31% | 0.83% | - |
| XYZ | 38.83 | 33.92 | 66.13 | - |
| YUV | 160.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 211 | 0.19 | 0.31 | 0 | 0.17 | 263.08 | 0.42 | 0.7 |
| Hex | AB | 92 | D3 | 13 | 1F | 0 | 11 | 107 | 2A | 46 |
| Octal | 253 | 222 | 323 | 23 | 37 | 0 | 21 | 407 | 52 | 106 |
| Binary | 10101011 | 10010010 | 11010011 | 10011 | 11111 | 0 | 10001 | 100000111 | 101010 | 1000110 |
Color Harmonies of #AB92D3
Complementary color
Monochromatic Colors of #AB92D3
Black with #AB92D3
Text Example
Text Example
White with #AB92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92D3; }
p { color: rgb(171,146,211); }
H1.HeaderClassName
{
color: #AB92D3;
}
.AnyTagClassName
{
color: #AB92D3;
}
</style>
background-color css
<style>
a { background-color: #AB92D3; }
a { background-color: rgb(171,146,211); }
div.DivClassName
{
background-color: #AB92D3;
}
.BgClassName
{
background-color: #AB92D3;
}
</style>
border-color css
<style>
span { border-color: #AB92D3; }
span { border-color: rgb(171,146,211); }
td.TdClassName
{
border-color: #AB92D3;
}
.TagClassName
{
border-color: #AB92D3;
}
</style>