Shades of Biloba Flower #AC9ECB
Tints of Biloba Flower #AC9ECB
RGB
CMYK
RGB Variations
Color information
#AC9ECB (or 0xAC9ECB) is known color: Biloba Flower. HEX triplet: AC, 9E and CB. RGB value is (172,158,203). Sum of RGB (Red+Green+Blue) = 172+158+203=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ECB is #536134. Grayscale: #A7A7A7. Windows color (decimal): -5464373 or 13344428. OLE color: 13344428.
HSL color Cylindrical-coordinate representation of color #AC9ECB: hue angle of 258.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9ECB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 158 | 203 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.20 |
| HSL | 258.67º | 0.3% | 0.71% | - |
| HSV(B) | 258.67º | 0.22% | 0.8% | - |
| XYZ | 40.02 | 37.54 | 61.64 | - |
| YUV | 167.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 203 | 0.15 | 0.22 | 0 | 0.20 | 258.67 | 0.3 | 0.71 |
| Hex | AC | 9E | CB | F | 16 | 0 | 14 | 103 | 1E | 47 |
| Octal | 254 | 236 | 313 | 17 | 26 | 0 | 24 | 403 | 36 | 107 |
| Binary | 10101100 | 10011110 | 11001011 | 1111 | 10110 | 0 | 10100 | 100000011 | 11110 | 1000111 |
Color Harmonies of #AC9ECB
Complementary color
Monochromatic Colors of #AC9ECB
Black with #AC9ECB
Text Example
Text Example
White with #AC9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9ECB; }
p { color: rgb(172,158,203); }
H1.HeaderClassName
{
color: #AC9ECB;
}
.AnyTagClassName
{
color: #AC9ECB;
}
</style>
background-color css
<style>
a { background-color: #AC9ECB; }
a { background-color: rgb(172,158,203); }
div.DivClassName
{
background-color: #AC9ECB;
}
.BgClassName
{
background-color: #AC9ECB;
}
</style>
border-color css
<style>
span { border-color: #AC9ECB; }
span { border-color: rgb(172,158,203); }
td.TdClassName
{
border-color: #AC9ECB;
}
.TagClassName
{
border-color: #AC9ECB;
}
</style>