Shades of Biloba Flower #AB81DD
Tints of Biloba Flower #AB81DD
RGB
CMYK
RGB Variations
Color information
#AB81DD (or 0xAB81DD) is known color: Biloba Flower. HEX triplet: AB, 81 and DD. RGB value is (171,129,221). Sum of RGB (Red+Green+Blue) = 171+129+221=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DD is #547E22. Grayscale: #979797. Windows color (decimal): -5537315 or 14516651. OLE color: 14516651.
HSL color Cylindrical-coordinate representation of color #AB81DD: hue angle of 267.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB81DD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 129 | 221 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.13 |
| HSL | 267.39º | 0.58% | 0.69% | - |
| HSV(B) | 267.39º | 0.42% | 0.87% | - |
| XYZ | 37.7 | 29.58 | 72.13 | - |
| YUV | 152.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 221 | 0.23 | 0.42 | 0 | 0.13 | 267.39 | 0.58 | 0.69 |
| Hex | AB | 81 | DD | 17 | 2A | 0 | D | 10B | 3A | 45 |
| Octal | 253 | 201 | 335 | 27 | 52 | 0 | 15 | 413 | 72 | 105 |
| Binary | 10101011 | 10000001 | 11011101 | 10111 | 101010 | 0 | 1101 | 100001011 | 111010 | 1000101 |
Color Harmonies of #AB81DD
Complementary color
Monochromatic Colors of #AB81DD
Black with #AB81DD
Text Example
Text Example
White with #AB81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81DD; }
p { color: rgb(171,129,221); }
H1.HeaderClassName
{
color: #AB81DD;
}
.AnyTagClassName
{
color: #AB81DD;
}
</style>
background-color css
<style>
a { background-color: #AB81DD; }
a { background-color: rgb(171,129,221); }
div.DivClassName
{
background-color: #AB81DD;
}
.BgClassName
{
background-color: #AB81DD;
}
</style>
border-color css
<style>
span { border-color: #AB81DD; }
span { border-color: rgb(171,129,221); }
td.TdClassName
{
border-color: #AB81DD;
}
.TagClassName
{
border-color: #AB81DD;
}
</style>