Shades of Biloba Flower #AC8CF1
Tints of Biloba Flower #AC8CF1
RGB
CMYK
RGB Variations
Color information
#AC8CF1 (or 0xAC8CF1) is known color: Biloba Flower. HEX triplet: AC, 8C and F1. RGB value is (172,140,241). Sum of RGB (Red+Green+Blue) = 172+140+241=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CF1 is #53730E. Grayscale: #A0A0A0. Windows color (decimal): -5468943 or 15830188. OLE color: 15830188.
HSL color Cylindrical-coordinate representation of color #AC8CF1: hue angle of 259.01º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8CF1 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 140 | 241 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.05 |
| HSL | 259.01º | 0.78% | 0.75% | - |
| HSV(B) | 259.01º | 0.42% | 0.95% | - |
| XYZ | 42.27 | 33.88 | 87.53 | - |
| YUV | 161.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 241 | 0.29 | 0.42 | 0 | 0.05 | 259.01 | 0.78 | 0.75 |
| Hex | AC | 8C | F1 | 1D | 2A | 0 | 5 | 103 | 4E | 4B |
| Octal | 254 | 214 | 361 | 35 | 52 | 0 | 5 | 403 | 116 | 113 |
| Binary | 10101100 | 10001100 | 11110001 | 11101 | 101010 | 0 | 101 | 100000011 | 1001110 | 1001011 |
Color Harmonies of #AC8CF1
Complementary color
Monochromatic Colors of #AC8CF1
Black with #AC8CF1
Text Example
Text Example
White with #AC8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CF1; }
p { color: rgb(172,140,241); }
H1.HeaderClassName
{
color: #AC8CF1;
}
.AnyTagClassName
{
color: #AC8CF1;
}
</style>
background-color css
<style>
a { background-color: #AC8CF1; }
a { background-color: rgb(172,140,241); }
div.DivClassName
{
background-color: #AC8CF1;
}
.BgClassName
{
background-color: #AC8CF1;
}
</style>
border-color css
<style>
span { border-color: #AC8CF1; }
span { border-color: rgb(172,140,241); }
td.TdClassName
{
border-color: #AC8CF1;
}
.TagClassName
{
border-color: #AC8CF1;
}
</style>