Shades of Biloba Flower #ACA0D7
Tints of Biloba Flower #ACA0D7
RGB
CMYK
RGB Variations
Color information
#ACA0D7 (or 0xACA0D7) is known color: Biloba Flower. HEX triplet: AC, A0 and D7. RGB value is (172,160,215). Sum of RGB (Red+Green+Blue) = 172+160+215=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACA0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0D7 is #535F28. Grayscale: #A9A9A9. Windows color (decimal): -5463849 or 14131372. OLE color: 14131372.
HSL color Cylindrical-coordinate representation of color #ACA0D7: hue angle of 253.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA0D7 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 160 | 215 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.16 |
| HSL | 253.09º | 0.41% | 0.74% | - |
| HSV(B) | 253.09º | 0.26% | 0.84% | - |
| XYZ | 41.85 | 38.82 | 69.58 | - |
| YUV | 169.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 215 | 0.2 | 0.26 | 0 | 0.16 | 253.09 | 0.41 | 0.74 |
| Hex | AC | A0 | D7 | 14 | 1A | 0 | 10 | FD | 29 | 4A |
| Octal | 254 | 240 | 327 | 24 | 32 | 0 | 20 | 375 | 51 | 112 |
| Binary | 10101100 | 10100000 | 11010111 | 10100 | 11010 | 0 | 10000 | 11111101 | 101001 | 1001010 |
Color Harmonies of #ACA0D7
Complementary color
Monochromatic Colors of #ACA0D7
Black with #ACA0D7
Text Example
Text Example
White with #ACA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0D7; }
p { color: rgb(172,160,215); }
H1.HeaderClassName
{
color: #ACA0D7;
}
.AnyTagClassName
{
color: #ACA0D7;
}
</style>
background-color css
<style>
a { background-color: #ACA0D7; }
a { background-color: rgb(172,160,215); }
div.DivClassName
{
background-color: #ACA0D7;
}
.BgClassName
{
background-color: #ACA0D7;
}
</style>
border-color css
<style>
span { border-color: #ACA0D7; }
span { border-color: rgb(172,160,215); }
td.TdClassName
{
border-color: #ACA0D7;
}
.TagClassName
{
border-color: #ACA0D7;
}
</style>