Shades of Biloba Flower #AC94D3
Tints of Biloba Flower #AC94D3
RGB
CMYK
RGB Variations
Color information
#AC94D3 (or 0xAC94D3) is known color: Biloba Flower. HEX triplet: AC, 94 and D3. RGB value is (172,148,211). Sum of RGB (Red+Green+Blue) = 172+148+211=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC94D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94D3 is #536B2C. Grayscale: #A2A2A2. Windows color (decimal): -5466925 or 13866156. OLE color: 13866156.
HSL color Cylindrical-coordinate representation of color #AC94D3: hue angle of 262.86º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC94D3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 148 | 211 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.17 |
| HSL | 262.86º | 0.42% | 0.7% | - |
| HSV(B) | 262.86º | 0.3% | 0.83% | - |
| XYZ | 39.36 | 34.65 | 66.24 | - |
| YUV | 162.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 211 | 0.18 | 0.30 | 0 | 0.17 | 262.86 | 0.42 | 0.7 |
| Hex | AC | 94 | D3 | 12 | 1E | 0 | 11 | 107 | 2A | 46 |
| Octal | 254 | 224 | 323 | 22 | 36 | 0 | 21 | 407 | 52 | 106 |
| Binary | 10101100 | 10010100 | 11010011 | 10010 | 11110 | 0 | 10001 | 100000111 | 101010 | 1000110 |
Color Harmonies of #AC94D3
Complementary color
Monochromatic Colors of #AC94D3
Black with #AC94D3
Text Example
Text Example
White with #AC94D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94D3; }
p { color: rgb(172,148,211); }
H1.HeaderClassName
{
color: #AC94D3;
}
.AnyTagClassName
{
color: #AC94D3;
}
</style>
background-color css
<style>
a { background-color: #AC94D3; }
a { background-color: rgb(172,148,211); }
div.DivClassName
{
background-color: #AC94D3;
}
.BgClassName
{
background-color: #AC94D3;
}
</style>
border-color css
<style>
span { border-color: #AC94D3; }
span { border-color: rgb(172,148,211); }
td.TdClassName
{
border-color: #AC94D3;
}
.TagClassName
{
border-color: #AC94D3;
}
</style>