Shades of Biloba Flower #AC96E3
Tints of Biloba Flower #AC96E3
RGB
CMYK
RGB Variations
Color information
#AC96E3 (or 0xAC96E3) is known color: Biloba Flower. HEX triplet: AC, 96 and E3. RGB value is (172,150,227). Sum of RGB (Red+Green+Blue) = 172+150+227=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC96E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96E3 is #53691C. Grayscale: #A5A5A5. Windows color (decimal): -5466397 or 14915244. OLE color: 14915244.
HSL color Cylindrical-coordinate representation of color #AC96E3: hue angle of 257.14º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC96E3 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 150 | 227 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.11 |
| HSL | 257.14º | 0.58% | 0.74% | - |
| HSV(B) | 257.14º | 0.34% | 0.89% | - |
| XYZ | 41.78 | 36.13 | 77.44 | - |
| YUV | 165.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 227 | 0.24 | 0.34 | 0 | 0.11 | 257.14 | 0.58 | 0.74 |
| Hex | AC | 96 | E3 | 18 | 22 | 0 | B | 101 | 3A | 4A |
| Octal | 254 | 226 | 343 | 30 | 42 | 0 | 13 | 401 | 72 | 112 |
| Binary | 10101100 | 10010110 | 11100011 | 11000 | 100010 | 0 | 1011 | 100000001 | 111010 | 1001010 |
Color Harmonies of #AC96E3
Complementary color
Monochromatic Colors of #AC96E3
Black with #AC96E3
Text Example
Text Example
White with #AC96E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96E3; }
p { color: rgb(172,150,227); }
H1.HeaderClassName
{
color: #AC96E3;
}
.AnyTagClassName
{
color: #AC96E3;
}
</style>
background-color css
<style>
a { background-color: #AC96E3; }
a { background-color: rgb(172,150,227); }
div.DivClassName
{
background-color: #AC96E3;
}
.BgClassName
{
background-color: #AC96E3;
}
</style>
border-color css
<style>
span { border-color: #AC96E3; }
span { border-color: rgb(172,150,227); }
td.TdClassName
{
border-color: #AC96E3;
}
.TagClassName
{
border-color: #AC96E3;
}
</style>