Shades of Biloba Flower #AC96DF
Tints of Biloba Flower #AC96DF
RGB
CMYK
RGB Variations
Color information
#AC96DF (or 0xAC96DF) is known color: Biloba Flower. HEX triplet: AC, 96 and DF. RGB value is (172,150,223). Sum of RGB (Red+Green+Blue) = 172+150+223=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DF is #536920. Grayscale: #A4A4A4. Windows color (decimal): -5466401 or 14653100. OLE color: 14653100.
HSL color Cylindrical-coordinate representation of color #AC96DF: hue angle of 258.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC96DF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 150 | 223 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.13 |
| HSL | 258.08º | 0.53% | 0.73% | - |
| HSV(B) | 258.08º | 0.33% | 0.87% | - |
| XYZ | 41.24 | 35.91 | 74.57 | - |
| YUV | 164.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 223 | 0.23 | 0.33 | 0 | 0.13 | 258.08 | 0.53 | 0.73 |
| Hex | AC | 96 | DF | 17 | 21 | 0 | D | 102 | 35 | 49 |
| Octal | 254 | 226 | 337 | 27 | 41 | 0 | 15 | 402 | 65 | 111 |
| Binary | 10101100 | 10010110 | 11011111 | 10111 | 100001 | 0 | 1101 | 100000010 | 110101 | 1001001 |
Color Harmonies of #AC96DF
Complementary color
Monochromatic Colors of #AC96DF
Black with #AC96DF
Text Example
Text Example
White with #AC96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96DF; }
p { color: rgb(172,150,223); }
H1.HeaderClassName
{
color: #AC96DF;
}
.AnyTagClassName
{
color: #AC96DF;
}
</style>
background-color css
<style>
a { background-color: #AC96DF; }
a { background-color: rgb(172,150,223); }
div.DivClassName
{
background-color: #AC96DF;
}
.BgClassName
{
background-color: #AC96DF;
}
</style>
border-color css
<style>
span { border-color: #AC96DF; }
span { border-color: rgb(172,150,223); }
td.TdClassName
{
border-color: #AC96DF;
}
.TagClassName
{
border-color: #AC96DF;
}
</style>