Shades of Biloba Flower #ACA2C1
Tints of Biloba Flower #ACA2C1
RGB
CMYK
RGB Variations
Color information
#ACA2C1 (or 0xACA2C1) is known color: Biloba Flower. HEX triplet: AC, A2 and C1. RGB value is (172,162,193). Sum of RGB (Red+Green+Blue) = 172+162+193=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2C1 is #535D3E. Grayscale: #A8A8A8. Windows color (decimal): -5463359 or 12690092. OLE color: 12690092.
HSL color Cylindrical-coordinate representation of color #ACA2C1: hue angle of 259.35º degrees, saturation: 0.2, 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 #ACA2C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 162 | 193 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.24 |
| HSL | 259.35º | 0.2% | 0.7% | - |
| HSV(B) | 259.35º | 0.16% | 0.76% | - |
| XYZ | 39.56 | 38.46 | 55.79 | - |
| YUV | 168.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 193 | 0.11 | 0.16 | 0 | 0.24 | 259.35 | 0.2 | 0.7 |
| Hex | AC | A2 | C1 | B | 10 | 0 | 18 | 103 | 14 | 46 |
| Octal | 254 | 242 | 301 | 13 | 20 | 0 | 30 | 403 | 24 | 106 |
| Binary | 10101100 | 10100010 | 11000001 | 1011 | 10000 | 0 | 11000 | 100000011 | 10100 | 1000110 |
Color Harmonies of #ACA2C1
Complementary color
Monochromatic Colors of #ACA2C1
Black with #ACA2C1
Text Example
Text Example
White with #ACA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2C1; }
p { color: rgb(172,162,193); }
H1.HeaderClassName
{
color: #ACA2C1;
}
.AnyTagClassName
{
color: #ACA2C1;
}
</style>
background-color css
<style>
a { background-color: #ACA2C1; }
a { background-color: rgb(172,162,193); }
div.DivClassName
{
background-color: #ACA2C1;
}
.BgClassName
{
background-color: #ACA2C1;
}
</style>
border-color css
<style>
span { border-color: #ACA2C1; }
span { border-color: rgb(172,162,193); }
td.TdClassName
{
border-color: #ACA2C1;
}
.TagClassName
{
border-color: #ACA2C1;
}
</style>