Shades of Biloba Flower #AC81D5
Tints of Biloba Flower #AC81D5
RGB
CMYK
RGB Variations
Color information
#AC81D5 (or 0xAC81D5) is known color: Biloba Flower. HEX triplet: AC, 81 and D5. RGB value is (172,129,213). Sum of RGB (Red+Green+Blue) = 172+129+213=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC81D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81D5 is #537E2A. Grayscale: #979797. Windows color (decimal): -5471787 or 13992364. OLE color: 13992364.
HSL color Cylindrical-coordinate representation of color #AC81D5: hue angle of 270.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC81D5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 129 | 213 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.16 |
| HSL | 270.71º | 0.5% | 0.67% | - |
| HSV(B) | 270.71º | 0.39% | 0.84% | - |
| XYZ | 36.87 | 29.28 | 66.66 | - |
| YUV | 151.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 213 | 0.19 | 0.39 | 0 | 0.16 | 270.71 | 0.5 | 0.67 |
| Hex | AC | 81 | D5 | 13 | 27 | 0 | 10 | 10F | 32 | 43 |
| Octal | 254 | 201 | 325 | 23 | 47 | 0 | 20 | 417 | 62 | 103 |
| Binary | 10101100 | 10000001 | 11010101 | 10011 | 100111 | 0 | 10000 | 100001111 | 110010 | 1000011 |
Color Harmonies of #AC81D5
Complementary color
Monochromatic Colors of #AC81D5
Black with #AC81D5
Text Example
Text Example
White with #AC81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81D5; }
p { color: rgb(172,129,213); }
H1.HeaderClassName
{
color: #AC81D5;
}
.AnyTagClassName
{
color: #AC81D5;
}
</style>
background-color css
<style>
a { background-color: #AC81D5; }
a { background-color: rgb(172,129,213); }
div.DivClassName
{
background-color: #AC81D5;
}
.BgClassName
{
background-color: #AC81D5;
}
</style>
border-color css
<style>
span { border-color: #AC81D5; }
span { border-color: rgb(172,129,213); }
td.TdClassName
{
border-color: #AC81D5;
}
.TagClassName
{
border-color: #AC81D5;
}
</style>