Shades of Biloba Flower #AC87D3
Tints of Biloba Flower #AC87D3
RGB
CMYK
RGB Variations
Color information
#AC87D3 (or 0xAC87D3) is known color: Biloba Flower. HEX triplet: AC, 87 and D3. RGB value is (172,135,211). Sum of RGB (Red+Green+Blue) = 172+135+211=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC87D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87D3 is #53782C. Grayscale: #9A9A9A. Windows color (decimal): -5470253 or 13862828. OLE color: 13862828.
HSL color Cylindrical-coordinate representation of color #AC87D3: hue angle of 269.21º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC87D3 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 135 | 211 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.17 |
| HSL | 269.21º | 0.46% | 0.68% | - |
| HSV(B) | 269.21º | 0.36% | 0.83% | - |
| XYZ | 37.44 | 30.8 | 65.6 | - |
| YUV | 154.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 211 | 0.18 | 0.36 | 0 | 0.17 | 269.21 | 0.46 | 0.68 |
| Hex | AC | 87 | D3 | 12 | 24 | 0 | 11 | 10D | 2E | 44 |
| Octal | 254 | 207 | 323 | 22 | 44 | 0 | 21 | 415 | 56 | 104 |
| Binary | 10101100 | 10000111 | 11010011 | 10010 | 100100 | 0 | 10001 | 100001101 | 101110 | 1000100 |
Color Harmonies of #AC87D3
Complementary color
Monochromatic Colors of #AC87D3
Black with #AC87D3
Text Example
Text Example
White with #AC87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC87D3; }
p { color: rgb(172,135,211); }
H1.HeaderClassName
{
color: #AC87D3;
}
.AnyTagClassName
{
color: #AC87D3;
}
</style>
background-color css
<style>
a { background-color: #AC87D3; }
a { background-color: rgb(172,135,211); }
div.DivClassName
{
background-color: #AC87D3;
}
.BgClassName
{
background-color: #AC87D3;
}
</style>
border-color css
<style>
span { border-color: #AC87D3; }
span { border-color: rgb(172,135,211); }
td.TdClassName
{
border-color: #AC87D3;
}
.TagClassName
{
border-color: #AC87D3;
}
</style>