Shades of Biloba Flower #ACA3C1
Tints of Biloba Flower #ACA3C1
RGB
CMYK
RGB Variations
Color information
#ACA3C1 (or 0xACA3C1) is known color: Biloba Flower. HEX triplet: AC, A3 and C1. RGB value is (172,163,193). Sum of RGB (Red+Green+Blue) = 172+163+193=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3C1 is #535C3E. Grayscale: #A9A9A9. Windows color (decimal): -5463103 or 12690348. OLE color: 12690348.
HSL color Cylindrical-coordinate representation of color #ACA3C1: hue angle of 258º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA3C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 163 | 193 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.24 |
| HSL | 258º | 0.19% | 0.7% | - |
| HSV(B) | 258º | 0.16% | 0.76% | - |
| XYZ | 39.74 | 38.82 | 55.85 | - |
| YUV | 169.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 193 | 0.11 | 0.16 | 0 | 0.24 | 258 | 0.19 | 0.7 |
| Hex | AC | A3 | C1 | B | 10 | 0 | 18 | 102 | 13 | 46 |
| Octal | 254 | 243 | 301 | 13 | 20 | 0 | 30 | 402 | 23 | 106 |
| Binary | 10101100 | 10100011 | 11000001 | 1011 | 10000 | 0 | 11000 | 100000010 | 10011 | 1000110 |
Color Harmonies of #ACA3C1
Complementary color
Monochromatic Colors of #ACA3C1
Black with #ACA3C1
Text Example
Text Example
White with #ACA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA3C1; }
p { color: rgb(172,163,193); }
H1.HeaderClassName
{
color: #ACA3C1;
}
.AnyTagClassName
{
color: #ACA3C1;
}
</style>
background-color css
<style>
a { background-color: #ACA3C1; }
a { background-color: rgb(172,163,193); }
div.DivClassName
{
background-color: #ACA3C1;
}
.BgClassName
{
background-color: #ACA3C1;
}
</style>
border-color css
<style>
span { border-color: #ACA3C1; }
span { border-color: rgb(172,163,193); }
td.TdClassName
{
border-color: #ACA3C1;
}
.TagClassName
{
border-color: #ACA3C1;
}
</style>