Shades of Biloba Flower #AC98E1
Tints of Biloba Flower #AC98E1
RGB
CMYK
RGB Variations
Color information
#AC98E1 (or 0xAC98E1) is known color: Biloba Flower. HEX triplet: AC, 98 and E1. RGB value is (172,152,225). Sum of RGB (Red+Green+Blue) = 172+152+225=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC98E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98E1 is #53671E. Grayscale: #A6A6A6. Windows color (decimal): -5465887 or 14784684. OLE color: 14784684.
HSL color Cylindrical-coordinate representation of color #AC98E1: hue angle of 256.44º degrees, saturation: 0.55, 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 #AC98E1 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 152 | 225 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.12 |
| HSL | 256.44º | 0.55% | 0.74% | - |
| HSV(B) | 256.44º | 0.32% | 0.88% | - |
| XYZ | 41.83 | 36.66 | 76.11 | - |
| YUV | 166.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 225 | 0.24 | 0.32 | 0 | 0.12 | 256.44 | 0.55 | 0.74 |
| Hex | AC | 98 | E1 | 18 | 20 | 0 | C | 100 | 37 | 4A |
| Octal | 254 | 230 | 341 | 30 | 40 | 0 | 14 | 400 | 67 | 112 |
| Binary | 10101100 | 10011000 | 11100001 | 11000 | 100000 | 0 | 1100 | 100000000 | 110111 | 1001010 |
Color Harmonies of #AC98E1
Complementary color
Monochromatic Colors of #AC98E1
Black with #AC98E1
Text Example
Text Example
White with #AC98E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98E1; }
p { color: rgb(172,152,225); }
H1.HeaderClassName
{
color: #AC98E1;
}
.AnyTagClassName
{
color: #AC98E1;
}
</style>
background-color css
<style>
a { background-color: #AC98E1; }
a { background-color: rgb(172,152,225); }
div.DivClassName
{
background-color: #AC98E1;
}
.BgClassName
{
background-color: #AC98E1;
}
</style>
border-color css
<style>
span { border-color: #AC98E1; }
span { border-color: rgb(172,152,225); }
td.TdClassName
{
border-color: #AC98E1;
}
.TagClassName
{
border-color: #AC98E1;
}
</style>