Shades of Biloba Flower #AB93EE
Tints of Biloba Flower #AB93EE
RGB
CMYK
RGB Variations
Color information
#AB93EE (or 0xAB93EE) is known color: Biloba Flower. HEX triplet: AB, 93 and EE. RGB value is (171,147,238). Sum of RGB (Red+Green+Blue) = 171+147+238=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93EE is #546C11. Grayscale: #A4A4A4. Windows color (decimal): -5532690 or 15635371. OLE color: 15635371.
HSL color Cylindrical-coordinate representation of color #AB93EE: hue angle of 255.82º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB93EE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 147 | 238 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.07 |
| HSL | 255.82º | 0.73% | 0.75% | - |
| HSV(B) | 255.82º | 0.38% | 0.93% | - |
| XYZ | 42.66 | 35.7 | 85.53 | - |
| YUV | 164.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 238 | 0.28 | 0.38 | 0 | 0.07 | 255.82 | 0.73 | 0.75 |
| Hex | AB | 93 | EE | 1C | 26 | 0 | 7 | 100 | 49 | 4B |
| Octal | 253 | 223 | 356 | 34 | 46 | 0 | 7 | 400 | 111 | 113 |
| Binary | 10101011 | 10010011 | 11101110 | 11100 | 100110 | 0 | 111 | 100000000 | 1001001 | 1001011 |
Color Harmonies of #AB93EE
Complementary color
Monochromatic Colors of #AB93EE
Black with #AB93EE
Text Example
Text Example
White with #AB93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93EE; }
p { color: rgb(171,147,238); }
H1.HeaderClassName
{
color: #AB93EE;
}
.AnyTagClassName
{
color: #AB93EE;
}
</style>
background-color css
<style>
a { background-color: #AB93EE; }
a { background-color: rgb(171,147,238); }
div.DivClassName
{
background-color: #AB93EE;
}
.BgClassName
{
background-color: #AB93EE;
}
</style>
border-color css
<style>
span { border-color: #AB93EE; }
span { border-color: rgb(171,147,238); }
td.TdClassName
{
border-color: #AB93EE;
}
.TagClassName
{
border-color: #AB93EE;
}
</style>