Shades of Biloba Flower #AC96E5
Tints of Biloba Flower #AC96E5
RGB
CMYK
RGB Variations
Color information
#AC96E5 (or 0xAC96E5) is known color: Biloba Flower. HEX triplet: AC, 96 and E5. RGB value is (172,150,229). Sum of RGB (Red+Green+Blue) = 172+150+229=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96E5 is #53691A. Grayscale: #A5A5A5. Windows color (decimal): -5466395 or 15046316. OLE color: 15046316.
HSL color Cylindrical-coordinate representation of color #AC96E5: hue angle of 256.71º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC96E5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 150 | 229 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.10 |
| HSL | 256.71º | 0.6% | 0.74% | - |
| HSV(B) | 256.71º | 0.34% | 0.9% | - |
| XYZ | 42.06 | 36.24 | 78.91 | - |
| YUV | 165.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 229 | 0.25 | 0.34 | 0 | 0.10 | 256.71 | 0.6 | 0.74 |
| Hex | AC | 96 | E5 | 19 | 22 | 0 | A | 101 | 3C | 4A |
| Octal | 254 | 226 | 345 | 31 | 42 | 0 | 12 | 401 | 74 | 112 |
| Binary | 10101100 | 10010110 | 11100101 | 11001 | 100010 | 0 | 1010 | 100000001 | 111100 | 1001010 |
Color Harmonies of #AC96E5
Complementary color
Monochromatic Colors of #AC96E5
Black with #AC96E5
Text Example
Text Example
White with #AC96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96E5; }
p { color: rgb(172,150,229); }
H1.HeaderClassName
{
color: #AC96E5;
}
.AnyTagClassName
{
color: #AC96E5;
}
</style>
background-color css
<style>
a { background-color: #AC96E5; }
a { background-color: rgb(172,150,229); }
div.DivClassName
{
background-color: #AC96E5;
}
.BgClassName
{
background-color: #AC96E5;
}
</style>
border-color css
<style>
span { border-color: #AC96E5; }
span { border-color: rgb(172,150,229); }
td.TdClassName
{
border-color: #AC96E5;
}
.TagClassName
{
border-color: #AC96E5;
}
</style>