Shades of Biloba Flower #AB92DD
Tints of Biloba Flower #AB92DD
RGB
CMYK
RGB Variations
Color information
#AB92DD (or 0xAB92DD) is known color: Biloba Flower. HEX triplet: AB, 92 and DD. RGB value is (171,146,221). Sum of RGB (Red+Green+Blue) = 171+146+221=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DD is #546D22. Grayscale: #A1A1A1. Windows color (decimal): -5532963 or 14521003. OLE color: 14521003.
HSL color Cylindrical-coordinate representation of color #AB92DD: hue angle of 260º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB92DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 146 | 221 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.13 |
| HSL | 260º | 0.52% | 0.72% | - |
| HSV(B) | 260º | 0.34% | 0.87% | - |
| XYZ | 40.12 | 34.44 | 72.94 | - |
| YUV | 162.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 221 | 0.23 | 0.34 | 0 | 0.13 | 260 | 0.52 | 0.72 |
| Hex | AB | 92 | DD | 17 | 22 | 0 | D | 104 | 34 | 48 |
| Octal | 253 | 222 | 335 | 27 | 42 | 0 | 15 | 404 | 64 | 110 |
| Binary | 10101011 | 10010010 | 11011101 | 10111 | 100010 | 0 | 1101 | 100000100 | 110100 | 1001000 |
Color Harmonies of #AB92DD
Complementary color
Monochromatic Colors of #AB92DD
Black with #AB92DD
Text Example
Text Example
White with #AB92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92DD; }
p { color: rgb(171,146,221); }
H1.HeaderClassName
{
color: #AB92DD;
}
.AnyTagClassName
{
color: #AB92DD;
}
</style>
background-color css
<style>
a { background-color: #AB92DD; }
a { background-color: rgb(171,146,221); }
div.DivClassName
{
background-color: #AB92DD;
}
.BgClassName
{
background-color: #AB92DD;
}
</style>
border-color css
<style>
span { border-color: #AB92DD; }
span { border-color: rgb(171,146,221); }
td.TdClassName
{
border-color: #AB92DD;
}
.TagClassName
{
border-color: #AB92DD;
}
</style>