Shades of Biloba Flower #AB93E6
Tints of Biloba Flower #AB93E6
RGB
CMYK
RGB Variations
Color information
#AB93E6 (or 0xAB93E6) is known color: Biloba Flower. HEX triplet: AB, 93 and E6. RGB value is (171,147,230). Sum of RGB (Red+Green+Blue) = 171+147+230=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB93E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93E6 is #546C19. Grayscale: #A3A3A3. Windows color (decimal): -5532698 or 15111083. OLE color: 15111083.
HSL color Cylindrical-coordinate representation of color #AB93E6: hue angle of 257.35º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB93E6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 147 | 230 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.10 |
| HSL | 257.35º | 0.62% | 0.74% | - |
| HSV(B) | 257.35º | 0.36% | 0.9% | - |
| XYZ | 41.51 | 35.24 | 79.48 | - |
| YUV | 163.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 230 | 0.26 | 0.36 | 0 | 0.10 | 257.35 | 0.62 | 0.74 |
| Hex | AB | 93 | E6 | 1A | 24 | 0 | A | 101 | 3E | 4A |
| Octal | 253 | 223 | 346 | 32 | 44 | 0 | 12 | 401 | 76 | 112 |
| Binary | 10101011 | 10010011 | 11100110 | 11010 | 100100 | 0 | 1010 | 100000001 | 111110 | 1001010 |
Color Harmonies of #AB93E6
Complementary color
Monochromatic Colors of #AB93E6
Black with #AB93E6
Text Example
Text Example
White with #AB93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93E6; }
p { color: rgb(171,147,230); }
H1.HeaderClassName
{
color: #AB93E6;
}
.AnyTagClassName
{
color: #AB93E6;
}
</style>
background-color css
<style>
a { background-color: #AB93E6; }
a { background-color: rgb(171,147,230); }
div.DivClassName
{
background-color: #AB93E6;
}
.BgClassName
{
background-color: #AB93E6;
}
</style>
border-color css
<style>
span { border-color: #AB93E6; }
span { border-color: rgb(171,147,230); }
td.TdClassName
{
border-color: #AB93E6;
}
.TagClassName
{
border-color: #AB93E6;
}
</style>