Shades of Biloba Flower #AB9CEE
Tints of Biloba Flower #AB9CEE
RGB
CMYK
RGB Variations
Color information
#AB9CEE (or 0xAB9CEE) is known color: Biloba Flower. HEX triplet: AB, 9C and EE. RGB value is (171,156,238). Sum of RGB (Red+Green+Blue) = 171+156+238=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CEE is #546311. Grayscale: #A9A9A9. Windows color (decimal): -5530386 or 15637675. OLE color: 15637675.
HSL color Cylindrical-coordinate representation of color #AB9CEE: hue angle of 250.98º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9CEE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 156 | 238 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.07 |
| HSL | 250.98º | 0.71% | 0.77% | - |
| HSV(B) | 250.98º | 0.34% | 0.93% | - |
| XYZ | 44.12 | 38.61 | 86.02 | - |
| YUV | 169.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 238 | 0.28 | 0.34 | 0 | 0.07 | 250.98 | 0.71 | 0.77 |
| Hex | AB | 9C | EE | 1C | 22 | 0 | 7 | FB | 47 | 4D |
| Octal | 253 | 234 | 356 | 34 | 42 | 0 | 7 | 373 | 107 | 115 |
| Binary | 10101011 | 10011100 | 11101110 | 11100 | 100010 | 0 | 111 | 11111011 | 1000111 | 1001101 |
Color Harmonies of #AB9CEE
Complementary color
Monochromatic Colors of #AB9CEE
Black with #AB9CEE
Text Example
Text Example
White with #AB9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CEE; }
p { color: rgb(171,156,238); }
H1.HeaderClassName
{
color: #AB9CEE;
}
.AnyTagClassName
{
color: #AB9CEE;
}
</style>
background-color css
<style>
a { background-color: #AB9CEE; }
a { background-color: rgb(171,156,238); }
div.DivClassName
{
background-color: #AB9CEE;
}
.BgClassName
{
background-color: #AB9CEE;
}
</style>
border-color css
<style>
span { border-color: #AB9CEE; }
span { border-color: rgb(171,156,238); }
td.TdClassName
{
border-color: #AB9CEE;
}
.TagClassName
{
border-color: #AB9CEE;
}
</style>