Shades of Biloba Flower #AB8ACD
Tints of Biloba Flower #AB8ACD
RGB
CMYK
RGB Variations
Color information
#AB8ACD (or 0xAB8ACD) is known color: Biloba Flower. HEX triplet: AB, 8A and CD. RGB value is (171,138,205). Sum of RGB (Red+Green+Blue) = 171+138+205=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ACD is #547532. Grayscale: #9B9B9B. Windows color (decimal): -5535027 or 13470379. OLE color: 13470379.
HSL color Cylindrical-coordinate representation of color #AB8ACD: hue angle of 269.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8ACD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 138 | 205 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.20 |
| HSL | 269.55º | 0.4% | 0.67% | - |
| HSV(B) | 269.55º | 0.33% | 0.8% | - |
| XYZ | 36.9 | 31.24 | 61.84 | - |
| YUV | 155.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 205 | 0.17 | 0.33 | 0 | 0.20 | 269.55 | 0.4 | 0.67 |
| Hex | AB | 8A | CD | 11 | 21 | 0 | 14 | 10E | 28 | 43 |
| Octal | 253 | 212 | 315 | 21 | 41 | 0 | 24 | 416 | 50 | 103 |
| Binary | 10101011 | 10001010 | 11001101 | 10001 | 100001 | 0 | 10100 | 100001110 | 101000 | 1000011 |
Color Harmonies of #AB8ACD
Complementary color
Monochromatic Colors of #AB8ACD
Black with #AB8ACD
Text Example
Text Example
White with #AB8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ACD; }
p { color: rgb(171,138,205); }
H1.HeaderClassName
{
color: #AB8ACD;
}
.AnyTagClassName
{
color: #AB8ACD;
}
</style>
background-color css
<style>
a { background-color: #AB8ACD; }
a { background-color: rgb(171,138,205); }
div.DivClassName
{
background-color: #AB8ACD;
}
.BgClassName
{
background-color: #AB8ACD;
}
</style>
border-color css
<style>
span { border-color: #AB8ACD; }
span { border-color: rgb(171,138,205); }
td.TdClassName
{
border-color: #AB8ACD;
}
.TagClassName
{
border-color: #AB8ACD;
}
</style>