Shades of Biloba Flower #AC81DC
Tints of Biloba Flower #AC81DC
RGB
CMYK
RGB Variations
Color information
#AC81DC (or 0xAC81DC) is known color: Biloba Flower. HEX triplet: AC, 81 and DC. RGB value is (172,129,220). Sum of RGB (Red+Green+Blue) = 172+129+220=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81DC is #537E23. Grayscale: #979797. Windows color (decimal): -5471780 or 14451116. OLE color: 14451116.
HSL color Cylindrical-coordinate representation of color #AC81DC: hue angle of 268.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC81DC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 129 | 220 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.14 |
| HSL | 268.35º | 0.57% | 0.68% | - |
| HSV(B) | 268.35º | 0.41% | 0.86% | - |
| XYZ | 37.78 | 29.64 | 71.44 | - |
| YUV | 152.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 220 | 0.22 | 0.41 | 0 | 0.14 | 268.35 | 0.57 | 0.68 |
| Hex | AC | 81 | DC | 16 | 29 | 0 | E | 10C | 39 | 44 |
| Octal | 254 | 201 | 334 | 26 | 51 | 0 | 16 | 414 | 71 | 104 |
| Binary | 10101100 | 10000001 | 11011100 | 10110 | 101001 | 0 | 1110 | 100001100 | 111001 | 1000100 |
Color Harmonies of #AC81DC
Complementary color
Monochromatic Colors of #AC81DC
Black with #AC81DC
Text Example
Text Example
White with #AC81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81DC; }
p { color: rgb(172,129,220); }
H1.HeaderClassName
{
color: #AC81DC;
}
.AnyTagClassName
{
color: #AC81DC;
}
</style>
background-color css
<style>
a { background-color: #AC81DC; }
a { background-color: rgb(172,129,220); }
div.DivClassName
{
background-color: #AC81DC;
}
.BgClassName
{
background-color: #AC81DC;
}
</style>
border-color css
<style>
span { border-color: #AC81DC; }
span { border-color: rgb(172,129,220); }
td.TdClassName
{
border-color: #AC81DC;
}
.TagClassName
{
border-color: #AC81DC;
}
</style>