Shades of Biloba Flower #AC90CE
Tints of Biloba Flower #AC90CE
RGB
CMYK
RGB Variations
Color information
#AC90CE (or 0xAC90CE) is known color: Biloba Flower. HEX triplet: AC, 90 and CE. RGB value is (172,144,206). Sum of RGB (Red+Green+Blue) = 172+144+206=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90CE is #536F31. Grayscale: #9F9F9F. Windows color (decimal): -5467954 or 13537452. OLE color: 13537452.
HSL color Cylindrical-coordinate representation of color #AC90CE: hue angle of 267.1º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC90CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 144 | 206 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.19 |
| HSL | 267.1º | 0.39% | 0.69% | - |
| HSV(B) | 267.1º | 0.3% | 0.81% | - |
| XYZ | 38.13 | 33.17 | 62.79 | - |
| YUV | 159.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 206 | 0.17 | 0.30 | 0 | 0.19 | 267.1 | 0.39 | 0.69 |
| Hex | AC | 90 | CE | 11 | 1E | 0 | 13 | 10B | 27 | 45 |
| Octal | 254 | 220 | 316 | 21 | 36 | 0 | 23 | 413 | 47 | 105 |
| Binary | 10101100 | 10010000 | 11001110 | 10001 | 11110 | 0 | 10011 | 100001011 | 100111 | 1000101 |
Color Harmonies of #AC90CE
Complementary color
Monochromatic Colors of #AC90CE
Black with #AC90CE
Text Example
Text Example
White with #AC90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90CE; }
p { color: rgb(172,144,206); }
H1.HeaderClassName
{
color: #AC90CE;
}
.AnyTagClassName
{
color: #AC90CE;
}
</style>
background-color css
<style>
a { background-color: #AC90CE; }
a { background-color: rgb(172,144,206); }
div.DivClassName
{
background-color: #AC90CE;
}
.BgClassName
{
background-color: #AC90CE;
}
</style>
border-color css
<style>
span { border-color: #AC90CE; }
span { border-color: rgb(172,144,206); }
td.TdClassName
{
border-color: #AC90CE;
}
.TagClassName
{
border-color: #AC90CE;
}
</style>