Shades of Biloba Flower #AC8BD2
Tints of Biloba Flower #AC8BD2
RGB
CMYK
RGB Variations
Color information
#AC8BD2 (or 0xAC8BD2) is known color: Biloba Flower. HEX triplet: AC, 8B and D2. RGB value is (172,139,210). Sum of RGB (Red+Green+Blue) = 172+139+210=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC8BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BD2 is #53742D. Grayscale: #9C9C9C. Windows color (decimal): -5469230 or 13798316. OLE color: 13798316.
HSL color Cylindrical-coordinate representation of color #AC8BD2: hue angle of 267.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8BD2 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 139 | 210 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.18 |
| HSL | 267.89º | 0.44% | 0.68% | - |
| HSV(B) | 267.89º | 0.34% | 0.82% | - |
| XYZ | 37.88 | 31.89 | 65.13 | - |
| YUV | 156.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 210 | 0.18 | 0.34 | 0 | 0.18 | 267.89 | 0.44 | 0.68 |
| Hex | AC | 8B | D2 | 12 | 22 | 0 | 12 | 10C | 2C | 44 |
| Octal | 254 | 213 | 322 | 22 | 42 | 0 | 22 | 414 | 54 | 104 |
| Binary | 10101100 | 10001011 | 11010010 | 10010 | 100010 | 0 | 10010 | 100001100 | 101100 | 1000100 |
Color Harmonies of #AC8BD2
Complementary color
Monochromatic Colors of #AC8BD2
Black with #AC8BD2
Text Example
Text Example
White with #AC8BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BD2; }
p { color: rgb(172,139,210); }
H1.HeaderClassName
{
color: #AC8BD2;
}
.AnyTagClassName
{
color: #AC8BD2;
}
</style>
background-color css
<style>
a { background-color: #AC8BD2; }
a { background-color: rgb(172,139,210); }
div.DivClassName
{
background-color: #AC8BD2;
}
.BgClassName
{
background-color: #AC8BD2;
}
</style>
border-color css
<style>
span { border-color: #AC8BD2; }
span { border-color: rgb(172,139,210); }
td.TdClassName
{
border-color: #AC8BD2;
}
.TagClassName
{
border-color: #AC8BD2;
}
</style>