Shades of Biloba Flower #AB9CED
Tints of Biloba Flower #AB9CED
RGB
CMYK
RGB Variations
Color information
#AB9CED (or 0xAB9CED) is known color: Biloba Flower. HEX triplet: AB, 9C and ED. RGB value is (171,156,237). Sum of RGB (Red+Green+Blue) = 171+156+237=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CED is #546312. Grayscale: #A9A9A9. Windows color (decimal): -5530387 or 15572139. OLE color: 15572139.
HSL color Cylindrical-coordinate representation of color #AB9CED: hue angle of 251.11º degrees, saturation: 0.69, 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 #AB9CED is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 156 | 237 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.07 |
| HSL | 251.11º | 0.69% | 0.77% | - |
| HSV(B) | 251.11º | 0.34% | 0.93% | - |
| XYZ | 43.97 | 38.55 | 85.24 | - |
| YUV | 169.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 237 | 0.28 | 0.34 | 0 | 0.07 | 251.11 | 0.69 | 0.77 |
| Hex | AB | 9C | ED | 1C | 22 | 0 | 7 | FB | 45 | 4D |
| Octal | 253 | 234 | 355 | 34 | 42 | 0 | 7 | 373 | 105 | 115 |
| Binary | 10101011 | 10011100 | 11101101 | 11100 | 100010 | 0 | 111 | 11111011 | 1000101 | 1001101 |
Color Harmonies of #AB9CED
Complementary color
Monochromatic Colors of #AB9CED
Black with #AB9CED
Text Example
Text Example
White with #AB9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CED; }
p { color: rgb(171,156,237); }
H1.HeaderClassName
{
color: #AB9CED;
}
.AnyTagClassName
{
color: #AB9CED;
}
</style>
background-color css
<style>
a { background-color: #AB9CED; }
a { background-color: rgb(171,156,237); }
div.DivClassName
{
background-color: #AB9CED;
}
.BgClassName
{
background-color: #AB9CED;
}
</style>
border-color css
<style>
span { border-color: #AB9CED; }
span { border-color: rgb(171,156,237); }
td.TdClassName
{
border-color: #AB9CED;
}
.TagClassName
{
border-color: #AB9CED;
}
</style>