Shades of Biloba Flower #AC96D3
Tints of Biloba Flower #AC96D3
RGB
CMYK
RGB Variations
Color information
#AC96D3 (or 0xAC96D3) is known color: Biloba Flower. HEX triplet: AC, 96 and D3. RGB value is (172,150,211). Sum of RGB (Red+Green+Blue) = 172+150+211=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96D3 is #53692C. Grayscale: #A3A3A3. Windows color (decimal): -5466413 or 13866668. OLE color: 13866668.
HSL color Cylindrical-coordinate representation of color #AC96D3: hue angle of 261.64º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC96D3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 150 | 211 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.17 |
| HSL | 261.64º | 0.41% | 0.71% | - |
| HSV(B) | 261.64º | 0.29% | 0.83% | - |
| XYZ | 39.68 | 35.29 | 66.35 | - |
| YUV | 163.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 211 | 0.18 | 0.29 | 0 | 0.17 | 261.64 | 0.41 | 0.71 |
| Hex | AC | 96 | D3 | 12 | 1D | 0 | 11 | 106 | 29 | 47 |
| Octal | 254 | 226 | 323 | 22 | 35 | 0 | 21 | 406 | 51 | 107 |
| Binary | 10101100 | 10010110 | 11010011 | 10010 | 11101 | 0 | 10001 | 100000110 | 101001 | 1000111 |
Color Harmonies of #AC96D3
Complementary color
Monochromatic Colors of #AC96D3
Black with #AC96D3
Text Example
Text Example
White with #AC96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96D3; }
p { color: rgb(172,150,211); }
H1.HeaderClassName
{
color: #AC96D3;
}
.AnyTagClassName
{
color: #AC96D3;
}
</style>
background-color css
<style>
a { background-color: #AC96D3; }
a { background-color: rgb(172,150,211); }
div.DivClassName
{
background-color: #AC96D3;
}
.BgClassName
{
background-color: #AC96D3;
}
</style>
border-color css
<style>
span { border-color: #AC96D3; }
span { border-color: rgb(172,150,211); }
td.TdClassName
{
border-color: #AC96D3;
}
.TagClassName
{
border-color: #AC96D3;
}
</style>