Shades of Biloba Flower #AC94D2
Tints of Biloba Flower #AC94D2
RGB
CMYK
RGB Variations
Color information
#AC94D2 (or 0xAC94D2) is known color: Biloba Flower. HEX triplet: AC, 94 and D2. RGB value is (172,148,210). Sum of RGB (Red+Green+Blue) = 172+148+210=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC94D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94D2 is #536B2D. Grayscale: #A2A2A2. Windows color (decimal): -5466926 or 13800620. OLE color: 13800620.
HSL color Cylindrical-coordinate representation of color #AC94D2: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC94D2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 148 | 210 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 263.23º | 0.41% | 0.7% | - |
| HSV(B) | 263.23º | 0.3% | 0.82% | - |
| XYZ | 39.24 | 34.6 | 65.58 | - |
| YUV | 162.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 210 | 0.18 | 0.30 | 0 | 0.18 | 263.23 | 0.41 | 0.7 |
| Hex | AC | 94 | D2 | 12 | 1E | 0 | 12 | 107 | 29 | 46 |
| Octal | 254 | 224 | 322 | 22 | 36 | 0 | 22 | 407 | 51 | 106 |
| Binary | 10101100 | 10010100 | 11010010 | 10010 | 11110 | 0 | 10010 | 100000111 | 101001 | 1000110 |
Color Harmonies of #AC94D2
Complementary color
Monochromatic Colors of #AC94D2
Black with #AC94D2
Text Example
Text Example
White with #AC94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94D2; }
p { color: rgb(172,148,210); }
H1.HeaderClassName
{
color: #AC94D2;
}
.AnyTagClassName
{
color: #AC94D2;
}
</style>
background-color css
<style>
a { background-color: #AC94D2; }
a { background-color: rgb(172,148,210); }
div.DivClassName
{
background-color: #AC94D2;
}
.BgClassName
{
background-color: #AC94D2;
}
</style>
border-color css
<style>
span { border-color: #AC94D2; }
span { border-color: rgb(172,148,210); }
td.TdClassName
{
border-color: #AC94D2;
}
.TagClassName
{
border-color: #AC94D2;
}
</style>