Shades of Biloba Flower #AB93ED
Tints of Biloba Flower #AB93ED
RGB
CMYK
RGB Variations
Color information
#AB93ED (or 0xAB93ED) is known color: Biloba Flower. HEX triplet: AB, 93 and ED. RGB value is (171,147,237). Sum of RGB (Red+Green+Blue) = 171+147+237=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93ED is #546C12. Grayscale: #A4A4A4. Windows color (decimal): -5532691 or 15569835. OLE color: 15569835.
HSL color Cylindrical-coordinate representation of color #AB93ED: hue angle of 256º degrees, saturation: 0.71, 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 #AB93ED is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 147 | 237 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.07 |
| HSL | 256º | 0.71% | 0.75% | - |
| HSV(B) | 256º | 0.38% | 0.93% | - |
| XYZ | 42.51 | 35.64 | 84.76 | - |
| YUV | 164.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 237 | 0.28 | 0.38 | 0 | 0.07 | 256 | 0.71 | 0.75 |
| Hex | AB | 93 | ED | 1C | 26 | 0 | 7 | 100 | 47 | 4B |
| Octal | 253 | 223 | 355 | 34 | 46 | 0 | 7 | 400 | 107 | 113 |
| Binary | 10101011 | 10010011 | 11101101 | 11100 | 100110 | 0 | 111 | 100000000 | 1000111 | 1001011 |
Color Harmonies of #AB93ED
Complementary color
Monochromatic Colors of #AB93ED
Black with #AB93ED
Text Example
Text Example
White with #AB93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93ED; }
p { color: rgb(171,147,237); }
H1.HeaderClassName
{
color: #AB93ED;
}
.AnyTagClassName
{
color: #AB93ED;
}
</style>
background-color css
<style>
a { background-color: #AB93ED; }
a { background-color: rgb(171,147,237); }
div.DivClassName
{
background-color: #AB93ED;
}
.BgClassName
{
background-color: #AB93ED;
}
</style>
border-color css
<style>
span { border-color: #AB93ED; }
span { border-color: rgb(171,147,237); }
td.TdClassName
{
border-color: #AB93ED;
}
.TagClassName
{
border-color: #AB93ED;
}
</style>