Shades of Biloba Flower #AB81DC
Tints of Biloba Flower #AB81DC
RGB
CMYK
RGB Variations
Color information
#AB81DC (or 0xAB81DC) is known color: Biloba Flower. HEX triplet: AB, 81 and DC. RGB value is (171,129,220). Sum of RGB (Red+Green+Blue) = 171+129+220=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DC is #547E23. Grayscale: #979797. Windows color (decimal): -5537316 or 14451115. OLE color: 14451115.
HSL color Cylindrical-coordinate representation of color #AB81DC: hue angle of 267.69º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB81DC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 129 | 220 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.14 |
| HSL | 267.69º | 0.57% | 0.68% | - |
| HSV(B) | 267.69º | 0.41% | 0.86% | - |
| XYZ | 37.56 | 29.53 | 71.43 | - |
| YUV | 151.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 220 | 0.22 | 0.41 | 0 | 0.14 | 267.69 | 0.57 | 0.68 |
| Hex | AB | 81 | DC | 16 | 29 | 0 | E | 10C | 39 | 44 |
| Octal | 253 | 201 | 334 | 26 | 51 | 0 | 16 | 414 | 71 | 104 |
| Binary | 10101011 | 10000001 | 11011100 | 10110 | 101001 | 0 | 1110 | 100001100 | 111001 | 1000100 |
Color Harmonies of #AB81DC
Complementary color
Monochromatic Colors of #AB81DC
Black with #AB81DC
Text Example
Text Example
White with #AB81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81DC; }
p { color: rgb(171,129,220); }
H1.HeaderClassName
{
color: #AB81DC;
}
.AnyTagClassName
{
color: #AB81DC;
}
</style>
background-color css
<style>
a { background-color: #AB81DC; }
a { background-color: rgb(171,129,220); }
div.DivClassName
{
background-color: #AB81DC;
}
.BgClassName
{
background-color: #AB81DC;
}
</style>
border-color css
<style>
span { border-color: #AB81DC; }
span { border-color: rgb(171,129,220); }
td.TdClassName
{
border-color: #AB81DC;
}
.TagClassName
{
border-color: #AB81DC;
}
</style>