Shades of Biloba Flower #AC81DF
Tints of Biloba Flower #AC81DF
RGB
CMYK
RGB Variations
Color information
#AC81DF (or 0xAC81DF) is known color: Biloba Flower. HEX triplet: AC, 81 and DF. RGB value is (172,129,223). Sum of RGB (Red+Green+Blue) = 172+129+223=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DF is #537E20. Grayscale: #989898. Windows color (decimal): -5471777 or 14647724. OLE color: 14647724.
HSL color Cylindrical-coordinate representation of color #AC81DF: hue angle of 267.45º degrees, saturation: 0.59, 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 #AC81DF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 129 | 223 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.13 |
| HSL | 267.45º | 0.59% | 0.69% | - |
| HSV(B) | 267.45º | 0.42% | 0.87% | - |
| XYZ | 38.18 | 29.8 | 73.55 | - |
| YUV | 152.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 223 | 0.23 | 0.42 | 0 | 0.13 | 267.45 | 0.59 | 0.69 |
| Hex | AC | 81 | DF | 17 | 2A | 0 | D | 10B | 3B | 45 |
| Octal | 254 | 201 | 337 | 27 | 52 | 0 | 15 | 413 | 73 | 105 |
| Binary | 10101100 | 10000001 | 11011111 | 10111 | 101010 | 0 | 1101 | 100001011 | 111011 | 1000101 |
Color Harmonies of #AC81DF
Complementary color
Monochromatic Colors of #AC81DF
Black with #AC81DF
Text Example
Text Example
White with #AC81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81DF; }
p { color: rgb(172,129,223); }
H1.HeaderClassName
{
color: #AC81DF;
}
.AnyTagClassName
{
color: #AC81DF;
}
</style>
background-color css
<style>
a { background-color: #AC81DF; }
a { background-color: rgb(172,129,223); }
div.DivClassName
{
background-color: #AC81DF;
}
.BgClassName
{
background-color: #AC81DF;
}
</style>
border-color css
<style>
span { border-color: #AC81DF; }
span { border-color: rgb(172,129,223); }
td.TdClassName
{
border-color: #AC81DF;
}
.TagClassName
{
border-color: #AC81DF;
}
</style>