Shades of Biloba Flower #AC8AFF
Tints of Biloba Flower #AC8AFF
RGB
CMYK
RGB Variations
Color information
#AC8AFF (or 0xAC8AFF) is known color: Biloba Flower. HEX triplet: AC, 8A and FF. RGB value is (172,138,255). Sum of RGB (Red+Green+Blue) = 172+138+255=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AFF is #537500. Grayscale: #A1A1A1. Windows color (decimal): -5469441 or 16747180. OLE color: 16747180.
HSL color Cylindrical-coordinate representation of color #AC8AFF: hue angle of 257.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC8AFF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 138 | 255 | - |
| CMYK | 0.33 | 0.46 | 0 | 0 |
| HSL | 257.44º | 1% | 0.77% | - |
| HSV(B) | 257.44º | 0.46% | 1% | - |
| XYZ | 44.15 | 34.17 | 98.88 | - |
| YUV | 161.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 255 | 0.33 | 0.46 | 0 | 0 | 257.44 | 1 | 0.77 |
| Hex | AC | 8A | FF | 21 | 2E | 0 | 0 | 101 | 64 | 4D |
| Octal | 254 | 212 | 377 | 41 | 56 | 0 | 0 | 401 | 144 | 115 |
| Binary | 10101100 | 10001010 | 11111111 | 100001 | 101110 | 0 | 0 | 100000001 | 1100100 | 1001101 |
Color Harmonies of #AC8AFF
Complementary color
Monochromatic Colors of #AC8AFF
Black with #AC8AFF
Text Example
Text Example
White with #AC8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AFF; }
p { color: rgb(172,138,255); }
H1.HeaderClassName
{
color: #AC8AFF;
}
.AnyTagClassName
{
color: #AC8AFF;
}
</style>
background-color css
<style>
a { background-color: #AC8AFF; }
a { background-color: rgb(172,138,255); }
div.DivClassName
{
background-color: #AC8AFF;
}
.BgClassName
{
background-color: #AC8AFF;
}
</style>
border-color css
<style>
span { border-color: #AC8AFF; }
span { border-color: rgb(172,138,255); }
td.TdClassName
{
border-color: #AC8AFF;
}
.TagClassName
{
border-color: #AC8AFF;
}
</style>