Shades of Biloba Flower #AB8FE2
Tints of Biloba Flower #AB8FE2
RGB
CMYK
RGB Variations
Color information
#AB8FE2 (or 0xAB8FE2) is known color: Biloba Flower. HEX triplet: AB, 8F and E2. RGB value is (171,143,226). Sum of RGB (Red+Green+Blue) = 171+143+226=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB8FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FE2 is #54701D. Grayscale: #A0A0A0. Windows color (decimal): -5533726 or 14847915. OLE color: 14847915.
HSL color Cylindrical-coordinate representation of color #AB8FE2: hue angle of 260.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8FE2 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 143 | 226 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.11 |
| HSL | 260.24º | 0.59% | 0.72% | - |
| HSV(B) | 260.24º | 0.37% | 0.89% | - |
| XYZ | 40.34 | 33.79 | 76.35 | - |
| YUV | 160.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 226 | 0.24 | 0.37 | 0 | 0.11 | 260.24 | 0.59 | 0.72 |
| Hex | AB | 8F | E2 | 18 | 25 | 0 | B | 104 | 3B | 48 |
| Octal | 253 | 217 | 342 | 30 | 45 | 0 | 13 | 404 | 73 | 110 |
| Binary | 10101011 | 10001111 | 11100010 | 11000 | 100101 | 0 | 1011 | 100000100 | 111011 | 1001000 |
Color Harmonies of #AB8FE2
Complementary color
Monochromatic Colors of #AB8FE2
Black with #AB8FE2
Text Example
Text Example
White with #AB8FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FE2; }
p { color: rgb(171,143,226); }
H1.HeaderClassName
{
color: #AB8FE2;
}
.AnyTagClassName
{
color: #AB8FE2;
}
</style>
background-color css
<style>
a { background-color: #AB8FE2; }
a { background-color: rgb(171,143,226); }
div.DivClassName
{
background-color: #AB8FE2;
}
.BgClassName
{
background-color: #AB8FE2;
}
</style>
border-color css
<style>
span { border-color: #AB8FE2; }
span { border-color: rgb(171,143,226); }
td.TdClassName
{
border-color: #AB8FE2;
}
.TagClassName
{
border-color: #AB8FE2;
}
</style>