Shades of Biloba Flower #AC8ECD
Tints of Biloba Flower #AC8ECD
RGB
CMYK
RGB Variations
Color information
#AC8ECD (or 0xAC8ECD) is known color: Biloba Flower. HEX triplet: AC, 8E and CD. RGB value is (172,142,205). Sum of RGB (Red+Green+Blue) = 172+142+205=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ECD is #537132. Grayscale: #9D9D9D. Windows color (decimal): -5468467 or 13471404. OLE color: 13471404.
HSL color Cylindrical-coordinate representation of color #AC8ECD: hue angle of 268.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8ECD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 142 | 205 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.20 |
| HSL | 268.57º | 0.39% | 0.68% | - |
| HSV(B) | 268.57º | 0.31% | 0.8% | - |
| XYZ | 37.71 | 32.52 | 62.05 | - |
| YUV | 158.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 205 | 0.16 | 0.31 | 0 | 0.20 | 268.57 | 0.39 | 0.68 |
| Hex | AC | 8E | CD | 10 | 1F | 0 | 14 | 10D | 27 | 44 |
| Octal | 254 | 216 | 315 | 20 | 37 | 0 | 24 | 415 | 47 | 104 |
| Binary | 10101100 | 10001110 | 11001101 | 10000 | 11111 | 0 | 10100 | 100001101 | 100111 | 1000100 |
Color Harmonies of #AC8ECD
Complementary color
Monochromatic Colors of #AC8ECD
Black with #AC8ECD
Text Example
Text Example
White with #AC8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ECD; }
p { color: rgb(172,142,205); }
H1.HeaderClassName
{
color: #AC8ECD;
}
.AnyTagClassName
{
color: #AC8ECD;
}
</style>
background-color css
<style>
a { background-color: #AC8ECD; }
a { background-color: rgb(172,142,205); }
div.DivClassName
{
background-color: #AC8ECD;
}
.BgClassName
{
background-color: #AC8ECD;
}
</style>
border-color css
<style>
span { border-color: #AC8ECD; }
span { border-color: rgb(172,142,205); }
td.TdClassName
{
border-color: #AC8ECD;
}
.TagClassName
{
border-color: #AC8ECD;
}
</style>