Shades of Biloba Flower #AB8ACE
Tints of Biloba Flower #AB8ACE
RGB
CMYK
RGB Variations
Color information
#AB8ACE (or 0xAB8ACE) is known color: Biloba Flower. HEX triplet: AB, 8A and CE. RGB value is (171,138,206). Sum of RGB (Red+Green+Blue) = 171+138+206=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ACE is #547531. Grayscale: #9B9B9B. Windows color (decimal): -5535026 or 13535915. OLE color: 13535915.
HSL color Cylindrical-coordinate representation of color #AB8ACE: hue angle of 269.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8ACE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 138 | 206 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.19 |
| HSL | 269.12º | 0.41% | 0.67% | - |
| HSV(B) | 269.12º | 0.33% | 0.81% | - |
| XYZ | 37.02 | 31.29 | 62.48 | - |
| YUV | 155.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 206 | 0.17 | 0.33 | 0 | 0.19 | 269.12 | 0.41 | 0.67 |
| Hex | AB | 8A | CE | 11 | 21 | 0 | 13 | 10D | 29 | 43 |
| Octal | 253 | 212 | 316 | 21 | 41 | 0 | 23 | 415 | 51 | 103 |
| Binary | 10101011 | 10001010 | 11001110 | 10001 | 100001 | 0 | 10011 | 100001101 | 101001 | 1000011 |
Color Harmonies of #AB8ACE
Complementary color
Monochromatic Colors of #AB8ACE
Black with #AB8ACE
Text Example
Text Example
White with #AB8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ACE; }
p { color: rgb(171,138,206); }
H1.HeaderClassName
{
color: #AB8ACE;
}
.AnyTagClassName
{
color: #AB8ACE;
}
</style>
background-color css
<style>
a { background-color: #AB8ACE; }
a { background-color: rgb(171,138,206); }
div.DivClassName
{
background-color: #AB8ACE;
}
.BgClassName
{
background-color: #AB8ACE;
}
</style>
border-color css
<style>
span { border-color: #AB8ACE; }
span { border-color: rgb(171,138,206); }
td.TdClassName
{
border-color: #AB8ACE;
}
.TagClassName
{
border-color: #AB8ACE;
}
</style>