Shades of Biloba Flower #AB93F2
Tints of Biloba Flower #AB93F2
RGB
CMYK
RGB Variations
Color information
#AB93F2 (or 0xAB93F2) is known color: Biloba Flower. HEX triplet: AB, 93 and F2. RGB value is (171,147,242). Sum of RGB (Red+Green+Blue) = 171+147+242=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB93F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93F2 is #546C0D. Grayscale: #A4A4A4. Windows color (decimal): -5532686 or 15897515. OLE color: 15897515.
HSL color Cylindrical-coordinate representation of color #AB93F2: hue angle of 255.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB93F2 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 147 | 242 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.05 |
| HSL | 255.16º | 0.79% | 0.76% | - |
| HSV(B) | 255.16º | 0.39% | 0.95% | - |
| XYZ | 43.26 | 35.94 | 88.66 | - |
| YUV | 165.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 242 | 0.29 | 0.39 | 0 | 0.05 | 255.16 | 0.79 | 0.76 |
| Hex | AB | 93 | F2 | 1D | 27 | 0 | 5 | FF | 4F | 4C |
| Octal | 253 | 223 | 362 | 35 | 47 | 0 | 5 | 377 | 117 | 114 |
| Binary | 10101011 | 10010011 | 11110010 | 11101 | 100111 | 0 | 101 | 11111111 | 1001111 | 1001100 |
Color Harmonies of #AB93F2
Complementary color
Monochromatic Colors of #AB93F2
Black with #AB93F2
Text Example
Text Example
White with #AB93F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93F2; }
p { color: rgb(171,147,242); }
H1.HeaderClassName
{
color: #AB93F2;
}
.AnyTagClassName
{
color: #AB93F2;
}
</style>
background-color css
<style>
a { background-color: #AB93F2; }
a { background-color: rgb(171,147,242); }
div.DivClassName
{
background-color: #AB93F2;
}
.BgClassName
{
background-color: #AB93F2;
}
</style>
border-color css
<style>
span { border-color: #AB93F2; }
span { border-color: rgb(171,147,242); }
td.TdClassName
{
border-color: #AB93F2;
}
.TagClassName
{
border-color: #AB93F2;
}
</style>