Shades of Biloba Flower #AC81DE
Tints of Biloba Flower #AC81DE
RGB
CMYK
RGB Variations
Color information
#AC81DE (or 0xAC81DE) is known color: Biloba Flower. HEX triplet: AC, 81 and DE. RGB value is (172,129,222). Sum of RGB (Red+Green+Blue) = 172+129+222=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DE is #537E21. Grayscale: #989898. Windows color (decimal): -5471778 or 14582188. OLE color: 14582188.
HSL color Cylindrical-coordinate representation of color #AC81DE: hue angle of 267.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC81DE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 129 | 222 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.13 |
| HSL | 267.74º | 0.58% | 0.69% | - |
| HSV(B) | 267.74º | 0.42% | 0.87% | - |
| XYZ | 38.05 | 29.75 | 72.84 | - |
| YUV | 152.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 222 | 0.23 | 0.42 | 0 | 0.13 | 267.74 | 0.58 | 0.69 |
| Hex | AC | 81 | DE | 17 | 2A | 0 | D | 10C | 3A | 45 |
| Octal | 254 | 201 | 336 | 27 | 52 | 0 | 15 | 414 | 72 | 105 |
| Binary | 10101100 | 10000001 | 11011110 | 10111 | 101010 | 0 | 1101 | 100001100 | 111010 | 1000101 |
Color Harmonies of #AC81DE
Complementary color
Monochromatic Colors of #AC81DE
Black with #AC81DE
Text Example
Text Example
White with #AC81DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81DE; }
p { color: rgb(172,129,222); }
H1.HeaderClassName
{
color: #AC81DE;
}
.AnyTagClassName
{
color: #AC81DE;
}
</style>
background-color css
<style>
a { background-color: #AC81DE; }
a { background-color: rgb(172,129,222); }
div.DivClassName
{
background-color: #AC81DE;
}
.BgClassName
{
background-color: #AC81DE;
}
</style>
border-color css
<style>
span { border-color: #AC81DE; }
span { border-color: rgb(172,129,222); }
td.TdClassName
{
border-color: #AC81DE;
}
.TagClassName
{
border-color: #AC81DE;
}
</style>