Shades of Biloba Flower #AC98E0
Tints of Biloba Flower #AC98E0
RGB
CMYK
RGB Variations
Color information
#AC98E0 (or 0xAC98E0) is known color: Biloba Flower. HEX triplet: AC, 98 and E0. RGB value is (172,152,224). Sum of RGB (Red+Green+Blue) = 172+152+224=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98E0 is #53671F. Grayscale: #A5A5A5. Windows color (decimal): -5465888 or 14719148. OLE color: 14719148.
HSL color Cylindrical-coordinate representation of color #AC98E0: hue angle of 256.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC98E0 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 152 | 224 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.12 |
| HSL | 256.67º | 0.54% | 0.74% | - |
| HSV(B) | 256.67º | 0.32% | 0.88% | - |
| XYZ | 41.7 | 36.61 | 75.39 | - |
| YUV | 166.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 224 | 0.23 | 0.32 | 0 | 0.12 | 256.67 | 0.54 | 0.74 |
| Hex | AC | 98 | E0 | 17 | 20 | 0 | C | 101 | 36 | 4A |
| Octal | 254 | 230 | 340 | 27 | 40 | 0 | 14 | 401 | 66 | 112 |
| Binary | 10101100 | 10011000 | 11100000 | 10111 | 100000 | 0 | 1100 | 100000001 | 110110 | 1001010 |
Color Harmonies of #AC98E0
Complementary color
Monochromatic Colors of #AC98E0
Black with #AC98E0
Text Example
Text Example
White with #AC98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98E0; }
p { color: rgb(172,152,224); }
H1.HeaderClassName
{
color: #AC98E0;
}
.AnyTagClassName
{
color: #AC98E0;
}
</style>
background-color css
<style>
a { background-color: #AC98E0; }
a { background-color: rgb(172,152,224); }
div.DivClassName
{
background-color: #AC98E0;
}
.BgClassName
{
background-color: #AC98E0;
}
</style>
border-color css
<style>
span { border-color: #AC98E0; }
span { border-color: rgb(172,152,224); }
td.TdClassName
{
border-color: #AC98E0;
}
.TagClassName
{
border-color: #AC98E0;
}
</style>