Shades of Biloba Flower #AC99DF
Tints of Biloba Flower #AC99DF
RGB
CMYK
RGB Variations
Color information
#AC99DF (or 0xAC99DF) is known color: Biloba Flower. HEX triplet: AC, 99 and DF. RGB value is (172,153,223). Sum of RGB (Red+Green+Blue) = 172+153+223=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DF is #536620. Grayscale: #A6A6A6. Windows color (decimal): -5465633 or 14653868. OLE color: 14653868.
HSL color Cylindrical-coordinate representation of color #AC99DF: hue angle of 256.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC99DF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 153 | 223 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.13 |
| HSL | 256.29º | 0.52% | 0.74% | - |
| HSV(B) | 256.29º | 0.31% | 0.87% | - |
| XYZ | 41.72 | 36.88 | 74.73 | - |
| YUV | 166.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 223 | 0.23 | 0.31 | 0 | 0.13 | 256.29 | 0.52 | 0.74 |
| Hex | AC | 99 | DF | 17 | 1F | 0 | D | 100 | 34 | 4A |
| Octal | 254 | 231 | 337 | 27 | 37 | 0 | 15 | 400 | 64 | 112 |
| Binary | 10101100 | 10011001 | 11011111 | 10111 | 11111 | 0 | 1101 | 100000000 | 110100 | 1001010 |
Color Harmonies of #AC99DF
Complementary color
Monochromatic Colors of #AC99DF
Black with #AC99DF
Text Example
Text Example
White with #AC99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99DF; }
p { color: rgb(172,153,223); }
H1.HeaderClassName
{
color: #AC99DF;
}
.AnyTagClassName
{
color: #AC99DF;
}
</style>
background-color css
<style>
a { background-color: #AC99DF; }
a { background-color: rgb(172,153,223); }
div.DivClassName
{
background-color: #AC99DF;
}
.BgClassName
{
background-color: #AC99DF;
}
</style>
border-color css
<style>
span { border-color: #AC99DF; }
span { border-color: rgb(172,153,223); }
td.TdClassName
{
border-color: #AC99DF;
}
.TagClassName
{
border-color: #AC99DF;
}
</style>