Shades of Biloba Flower #AC8ACE
Tints of Biloba Flower #AC8ACE
RGB
CMYK
RGB Variations
Color information
#AC8ACE (or 0xAC8ACE) is known color: Biloba Flower. HEX triplet: AC, 8A and CE. RGB value is (172,138,206). Sum of RGB (Red+Green+Blue) = 172+138+206=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ACE is #537531. Grayscale: #9B9B9B. Windows color (decimal): -5469490 or 13535916. OLE color: 13535916.
HSL color Cylindrical-coordinate representation of color #AC8ACE: hue angle of 270º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8ACE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 138 | 206 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.19 |
| HSL | 270º | 0.41% | 0.67% | - |
| HSV(B) | 270º | 0.33% | 0.81% | - |
| XYZ | 37.24 | 31.4 | 62.49 | - |
| YUV | 155.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 206 | 0.17 | 0.33 | 0 | 0.19 | 270 | 0.41 | 0.67 |
| Hex | AC | 8A | CE | 11 | 21 | 0 | 13 | 10E | 29 | 43 |
| Octal | 254 | 212 | 316 | 21 | 41 | 0 | 23 | 416 | 51 | 103 |
| Binary | 10101100 | 10001010 | 11001110 | 10001 | 100001 | 0 | 10011 | 100001110 | 101001 | 1000011 |
Color Harmonies of #AC8ACE
Complementary color
Monochromatic Colors of #AC8ACE
Black with #AC8ACE
Text Example
Text Example
White with #AC8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ACE; }
p { color: rgb(172,138,206); }
H1.HeaderClassName
{
color: #AC8ACE;
}
.AnyTagClassName
{
color: #AC8ACE;
}
</style>
background-color css
<style>
a { background-color: #AC8ACE; }
a { background-color: rgb(172,138,206); }
div.DivClassName
{
background-color: #AC8ACE;
}
.BgClassName
{
background-color: #AC8ACE;
}
</style>
border-color css
<style>
span { border-color: #AC8ACE; }
span { border-color: rgb(172,138,206); }
td.TdClassName
{
border-color: #AC8ACE;
}
.TagClassName
{
border-color: #AC8ACE;
}
</style>