Shades of Biloba Flower #AC8FFB
Tints of Biloba Flower #AC8FFB
RGB
CMYK
RGB Variations
Color information
#AC8FFB (or 0xAC8FFB) is known color: Biloba Flower. HEX triplet: AC, 8F and FB. RGB value is (172,143,251). Sum of RGB (Red+Green+Blue) = 172+143+251=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FFB is #537004. Grayscale: #A3A3A3. Windows color (decimal): -5468165 or 16486316. OLE color: 16486316.
HSL color Cylindrical-coordinate representation of color #AC8FFB: hue angle of 256.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8FFB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 143 | 251 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.02 |
| HSL | 256.11º | 0.93% | 0.77% | - |
| HSV(B) | 256.11º | 0.43% | 0.98% | - |
| XYZ | 44.25 | 35.38 | 95.76 | - |
| YUV | 163.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 251 | 0.31 | 0.43 | 0 | 0.02 | 256.11 | 0.93 | 0.77 |
| Hex | AC | 8F | FB | 1F | 2B | 0 | 2 | 100 | 5D | 4D |
| Octal | 254 | 217 | 373 | 37 | 53 | 0 | 2 | 400 | 135 | 115 |
| Binary | 10101100 | 10001111 | 11111011 | 11111 | 101011 | 0 | 10 | 100000000 | 1011101 | 1001101 |
Color Harmonies of #AC8FFB
Complementary color
Monochromatic Colors of #AC8FFB
Black with #AC8FFB
Text Example
Text Example
White with #AC8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FFB; }
p { color: rgb(172,143,251); }
H1.HeaderClassName
{
color: #AC8FFB;
}
.AnyTagClassName
{
color: #AC8FFB;
}
</style>
background-color css
<style>
a { background-color: #AC8FFB; }
a { background-color: rgb(172,143,251); }
div.DivClassName
{
background-color: #AC8FFB;
}
.BgClassName
{
background-color: #AC8FFB;
}
</style>
border-color css
<style>
span { border-color: #AC8FFB; }
span { border-color: rgb(172,143,251); }
td.TdClassName
{
border-color: #AC8FFB;
}
.TagClassName
{
border-color: #AC8FFB;
}
</style>