Shades of Biloba Flower #AB81E6
Tints of Biloba Flower #AB81E6
RGB
CMYK
RGB Variations
Color information
#AB81E6 (or 0xAB81E6) is known color: Biloba Flower. HEX triplet: AB, 81 and E6. RGB value is (171,129,230). Sum of RGB (Red+Green+Blue) = 171+129+230=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB81E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81E6 is #547E19. Grayscale: #989898. Windows color (decimal): -5537306 or 15106475. OLE color: 15106475.
HSL color Cylindrical-coordinate representation of color #AB81E6: hue angle of 264.95º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB81E6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 129 | 230 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.10 |
| HSL | 264.95º | 0.67% | 0.7% | - |
| HSV(B) | 264.95º | 0.44% | 0.9% | - |
| XYZ | 38.93 | 30.07 | 78.62 | - |
| YUV | 153.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 230 | 0.26 | 0.44 | 0 | 0.10 | 264.95 | 0.67 | 0.7 |
| Hex | AB | 81 | E6 | 1A | 2C | 0 | A | 109 | 43 | 46 |
| Octal | 253 | 201 | 346 | 32 | 54 | 0 | 12 | 411 | 103 | 106 |
| Binary | 10101011 | 10000001 | 11100110 | 11010 | 101100 | 0 | 1010 | 100001001 | 1000011 | 1000110 |
Color Harmonies of #AB81E6
Complementary color
Monochromatic Colors of #AB81E6
Black with #AB81E6
Text Example
Text Example
White with #AB81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81E6; }
p { color: rgb(171,129,230); }
H1.HeaderClassName
{
color: #AB81E6;
}
.AnyTagClassName
{
color: #AB81E6;
}
</style>
background-color css
<style>
a { background-color: #AB81E6; }
a { background-color: rgb(171,129,230); }
div.DivClassName
{
background-color: #AB81E6;
}
.BgClassName
{
background-color: #AB81E6;
}
</style>
border-color css
<style>
span { border-color: #AB81E6; }
span { border-color: rgb(171,129,230); }
td.TdClassName
{
border-color: #AB81E6;
}
.TagClassName
{
border-color: #AB81E6;
}
</style>