Shades of Biloba Flower #AB92E1
Tints of Biloba Flower #AB92E1
RGB
CMYK
RGB Variations
Color information
#AB92E1 (or 0xAB92E1) is known color: Biloba Flower. HEX triplet: AB, 92 and E1. RGB value is (171,146,225). Sum of RGB (Red+Green+Blue) = 171+146+225=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92E1 is #546D1E. Grayscale: #A2A2A2. Windows color (decimal): -5532959 or 14783147. OLE color: 14783147.
HSL color Cylindrical-coordinate representation of color #AB92E1: hue angle of 258.99º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB92E1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 146 | 225 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.12 |
| HSL | 258.99º | 0.57% | 0.73% | - |
| HSV(B) | 258.99º | 0.35% | 0.88% | - |
| XYZ | 40.66 | 34.65 | 75.78 | - |
| YUV | 162.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 225 | 0.24 | 0.35 | 0 | 0.12 | 258.99 | 0.57 | 0.73 |
| Hex | AB | 92 | E1 | 18 | 23 | 0 | C | 103 | 39 | 49 |
| Octal | 253 | 222 | 341 | 30 | 43 | 0 | 14 | 403 | 71 | 111 |
| Binary | 10101011 | 10010010 | 11100001 | 11000 | 100011 | 0 | 1100 | 100000011 | 111001 | 1001001 |
Color Harmonies of #AB92E1
Complementary color
Monochromatic Colors of #AB92E1
Black with #AB92E1
Text Example
Text Example
White with #AB92E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92E1; }
p { color: rgb(171,146,225); }
H1.HeaderClassName
{
color: #AB92E1;
}
.AnyTagClassName
{
color: #AB92E1;
}
</style>
background-color css
<style>
a { background-color: #AB92E1; }
a { background-color: rgb(171,146,225); }
div.DivClassName
{
background-color: #AB92E1;
}
.BgClassName
{
background-color: #AB92E1;
}
</style>
border-color css
<style>
span { border-color: #AB92E1; }
span { border-color: rgb(171,146,225); }
td.TdClassName
{
border-color: #AB92E1;
}
.TagClassName
{
border-color: #AB92E1;
}
</style>