Shades of Biloba Flower #AC92D8
Tints of Biloba Flower #AC92D8
RGB
CMYK
RGB Variations
Color information
#AC92D8 (or 0xAC92D8) is known color: Biloba Flower. HEX triplet: AC, 92 and D8. RGB value is (172,146,216). Sum of RGB (Red+Green+Blue) = 172+146+216=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC92D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92D8 is #536D27. Grayscale: #A1A1A1. Windows color (decimal): -5467432 or 14193324. OLE color: 14193324.
HSL color Cylindrical-coordinate representation of color #AC92D8: hue angle of 262.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC92D8 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 146 | 216 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.15 |
| HSL | 262.29º | 0.47% | 0.71% | - |
| HSV(B) | 262.29º | 0.32% | 0.85% | - |
| XYZ | 39.69 | 34.29 | 69.49 | - |
| YUV | 161.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 216 | 0.20 | 0.32 | 0 | 0.15 | 262.29 | 0.47 | 0.71 |
| Hex | AC | 92 | D8 | 14 | 20 | 0 | F | 106 | 2F | 47 |
| Octal | 254 | 222 | 330 | 24 | 40 | 0 | 17 | 406 | 57 | 107 |
| Binary | 10101100 | 10010010 | 11011000 | 10100 | 100000 | 0 | 1111 | 100000110 | 101111 | 1000111 |
Color Harmonies of #AC92D8
Complementary color
Monochromatic Colors of #AC92D8
Black with #AC92D8
Text Example
Text Example
White with #AC92D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92D8; }
p { color: rgb(172,146,216); }
H1.HeaderClassName
{
color: #AC92D8;
}
.AnyTagClassName
{
color: #AC92D8;
}
</style>
background-color css
<style>
a { background-color: #AC92D8; }
a { background-color: rgb(172,146,216); }
div.DivClassName
{
background-color: #AC92D8;
}
.BgClassName
{
background-color: #AC92D8;
}
</style>
border-color css
<style>
span { border-color: #AC92D8; }
span { border-color: rgb(172,146,216); }
td.TdClassName
{
border-color: #AC92D8;
}
.TagClassName
{
border-color: #AC92D8;
}
</style>