Shades of Biloba Flower #AC99E8
Tints of Biloba Flower #AC99E8
RGB
CMYK
RGB Variations
Color information
#AC99E8 (or 0xAC99E8) is known color: Biloba Flower. HEX triplet: AC, 99 and E8. RGB value is (172,153,232). Sum of RGB (Red+Green+Blue) = 172+153+232=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC99E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99E8 is #536617. Grayscale: #A7A7A7. Windows color (decimal): -5465624 or 15243692. OLE color: 15243692.
HSL color Cylindrical-coordinate representation of color #AC99E8: hue angle of 254.43º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC99E8 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 153 | 232 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.09 |
| HSL | 254.43º | 0.63% | 0.75% | - |
| HSV(B) | 254.43º | 0.34% | 0.91% | - |
| XYZ | 42.97 | 37.38 | 81.29 | - |
| YUV | 167.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 232 | 0.26 | 0.34 | 0 | 0.09 | 254.43 | 0.63 | 0.75 |
| Hex | AC | 99 | E8 | 1A | 22 | 0 | 9 | FE | 3F | 4B |
| Octal | 254 | 231 | 350 | 32 | 42 | 0 | 11 | 376 | 77 | 113 |
| Binary | 10101100 | 10011001 | 11101000 | 11010 | 100010 | 0 | 1001 | 11111110 | 111111 | 1001011 |
Color Harmonies of #AC99E8
Complementary color
Monochromatic Colors of #AC99E8
Black with #AC99E8
Text Example
Text Example
White with #AC99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99E8; }
p { color: rgb(172,153,232); }
H1.HeaderClassName
{
color: #AC99E8;
}
.AnyTagClassName
{
color: #AC99E8;
}
</style>
background-color css
<style>
a { background-color: #AC99E8; }
a { background-color: rgb(172,153,232); }
div.DivClassName
{
background-color: #AC99E8;
}
.BgClassName
{
background-color: #AC99E8;
}
</style>
border-color css
<style>
span { border-color: #AC99E8; }
span { border-color: rgb(172,153,232); }
td.TdClassName
{
border-color: #AC99E8;
}
.TagClassName
{
border-color: #AC99E8;
}
</style>