Shades of Biloba Flower #AB7FDC
Tints of Biloba Flower #AB7FDC
RGB
CMYK
RGB Variations
Color information
#AB7FDC (or 0xAB7FDC) is known color: Biloba Flower. HEX triplet: AB, 7F and DC. RGB value is (171,127,220). Sum of RGB (Red+Green+Blue) = 171+127+220=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FDC is #548023. Grayscale: #969696. Windows color (decimal): -5537828 or 14450603. OLE color: 14450603.
HSL color Cylindrical-coordinate representation of color #AB7FDC: hue angle of 268.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7FDC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 127 | 220 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.14 |
| HSL | 268.39º | 0.57% | 0.68% | - |
| HSV(B) | 268.39º | 0.42% | 0.86% | - |
| XYZ | 37.3 | 29 | 71.34 | - |
| YUV | 150.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 220 | 0.22 | 0.42 | 0 | 0.14 | 268.39 | 0.57 | 0.68 |
| Hex | AB | 7F | DC | 16 | 2A | 0 | E | 10C | 39 | 44 |
| Octal | 253 | 177 | 334 | 26 | 52 | 0 | 16 | 414 | 71 | 104 |
| Binary | 10101011 | 1111111 | 11011100 | 10110 | 101010 | 0 | 1110 | 100001100 | 111001 | 1000100 |
Color Harmonies of #AB7FDC
Complementary color
Monochromatic Colors of #AB7FDC
Black with #AB7FDC
Text Example
Text Example
White with #AB7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FDC; }
p { color: rgb(171,127,220); }
H1.HeaderClassName
{
color: #AB7FDC;
}
.AnyTagClassName
{
color: #AB7FDC;
}
</style>
background-color css
<style>
a { background-color: #AB7FDC; }
a { background-color: rgb(171,127,220); }
div.DivClassName
{
background-color: #AB7FDC;
}
.BgClassName
{
background-color: #AB7FDC;
}
</style>
border-color css
<style>
span { border-color: #AB7FDC; }
span { border-color: rgb(171,127,220); }
td.TdClassName
{
border-color: #AB7FDC;
}
.TagClassName
{
border-color: #AB7FDC;
}
</style>