Shades of Biloba Flower #ACA0C2
Tints of Biloba Flower #ACA0C2
RGB
CMYK
RGB Variations
Color information
#ACA0C2 (or 0xACA0C2) is known color: Biloba Flower. HEX triplet: AC, A0 and C2. RGB value is (172,160,194). Sum of RGB (Red+Green+Blue) = 172+160+194=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACA0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0C2 is #535F3D. Grayscale: #A7A7A7. Windows color (decimal): -5463870 or 12755116. OLE color: 12755116.
HSL color Cylindrical-coordinate representation of color #ACA0C2: hue angle of 261.18º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACA0C2 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 160 | 194 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.24 |
| HSL | 261.18º | 0.22% | 0.69% | - |
| HSV(B) | 261.18º | 0.18% | 0.76% | - |
| XYZ | 39.32 | 37.81 | 56.26 | - |
| YUV | 167.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 194 | 0.11 | 0.18 | 0 | 0.24 | 261.18 | 0.22 | 0.69 |
| Hex | AC | A0 | C2 | B | 12 | 0 | 18 | 105 | 16 | 45 |
| Octal | 254 | 240 | 302 | 13 | 22 | 0 | 30 | 405 | 26 | 105 |
| Binary | 10101100 | 10100000 | 11000010 | 1011 | 10010 | 0 | 11000 | 100000101 | 10110 | 1000101 |
Color Harmonies of #ACA0C2
Complementary color
Monochromatic Colors of #ACA0C2
Black with #ACA0C2
Text Example
Text Example
White with #ACA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0C2; }
p { color: rgb(172,160,194); }
H1.HeaderClassName
{
color: #ACA0C2;
}
.AnyTagClassName
{
color: #ACA0C2;
}
</style>
background-color css
<style>
a { background-color: #ACA0C2; }
a { background-color: rgb(172,160,194); }
div.DivClassName
{
background-color: #ACA0C2;
}
.BgClassName
{
background-color: #ACA0C2;
}
</style>
border-color css
<style>
span { border-color: #ACA0C2; }
span { border-color: rgb(172,160,194); }
td.TdClassName
{
border-color: #ACA0C2;
}
.TagClassName
{
border-color: #ACA0C2;
}
</style>