Shades of Biloba Flower #AC83EF
Tints of Biloba Flower #AC83EF
RGB
CMYK
RGB Variations
Color information
#AC83EF (or 0xAC83EF) is known color: Biloba Flower. HEX triplet: AC, 83 and EF. RGB value is (172,131,239). Sum of RGB (Red+Green+Blue) = 172+131+239=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC83EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83EF is #537C10. Grayscale: #9B9B9B. Windows color (decimal): -5471249 or 15696812. OLE color: 15696812.
HSL color Cylindrical-coordinate representation of color #AC83EF: hue angle of 262.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC83EF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 131 | 239 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.06 |
| HSL | 262.78º | 0.77% | 0.73% | - |
| HSV(B) | 262.78º | 0.45% | 0.94% | - |
| XYZ | 40.71 | 31.24 | 85.54 | - |
| YUV | 155.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 239 | 0.28 | 0.45 | 0 | 0.06 | 262.78 | 0.77 | 0.73 |
| Hex | AC | 83 | EF | 1C | 2D | 0 | 6 | 107 | 4D | 49 |
| Octal | 254 | 203 | 357 | 34 | 55 | 0 | 6 | 407 | 115 | 111 |
| Binary | 10101100 | 10000011 | 11101111 | 11100 | 101101 | 0 | 110 | 100000111 | 1001101 | 1001001 |
Color Harmonies of #AC83EF
Complementary color
Monochromatic Colors of #AC83EF
Black with #AC83EF
Text Example
Text Example
White with #AC83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC83EF; }
p { color: rgb(172,131,239); }
H1.HeaderClassName
{
color: #AC83EF;
}
.AnyTagClassName
{
color: #AC83EF;
}
</style>
background-color css
<style>
a { background-color: #AC83EF; }
a { background-color: rgb(172,131,239); }
div.DivClassName
{
background-color: #AC83EF;
}
.BgClassName
{
background-color: #AC83EF;
}
</style>
border-color css
<style>
span { border-color: #AC83EF; }
span { border-color: rgb(172,131,239); }
td.TdClassName
{
border-color: #AC83EF;
}
.TagClassName
{
border-color: #AC83EF;
}
</style>