Shades of Biloba Flower #AC90D2
Tints of Biloba Flower #AC90D2
RGB
CMYK
RGB Variations
Color information
#AC90D2 (or 0xAC90D2) is known color: Biloba Flower. HEX triplet: AC, 90 and D2. RGB value is (172,144,210). Sum of RGB (Red+Green+Blue) = 172+144+210=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC90D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90D2 is #536F2D. Grayscale: #9F9F9F. Windows color (decimal): -5467950 or 13799596. OLE color: 13799596.
HSL color Cylindrical-coordinate representation of color #AC90D2: hue angle of 265.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC90D2 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 144 | 210 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.18 |
| HSL | 265.45º | 0.42% | 0.69% | - |
| HSV(B) | 265.45º | 0.31% | 0.82% | - |
| XYZ | 38.62 | 33.37 | 65.38 | - |
| YUV | 159.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 210 | 0.18 | 0.31 | 0 | 0.18 | 265.45 | 0.42 | 0.69 |
| Hex | AC | 90 | D2 | 12 | 1F | 0 | 12 | 109 | 2A | 45 |
| Octal | 254 | 220 | 322 | 22 | 37 | 0 | 22 | 411 | 52 | 105 |
| Binary | 10101100 | 10010000 | 11010010 | 10010 | 11111 | 0 | 10010 | 100001001 | 101010 | 1000101 |
Color Harmonies of #AC90D2
Complementary color
Monochromatic Colors of #AC90D2
Black with #AC90D2
Text Example
Text Example
White with #AC90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90D2; }
p { color: rgb(172,144,210); }
H1.HeaderClassName
{
color: #AC90D2;
}
.AnyTagClassName
{
color: #AC90D2;
}
</style>
background-color css
<style>
a { background-color: #AC90D2; }
a { background-color: rgb(172,144,210); }
div.DivClassName
{
background-color: #AC90D2;
}
.BgClassName
{
background-color: #AC90D2;
}
</style>
border-color css
<style>
span { border-color: #AC90D2; }
span { border-color: rgb(172,144,210); }
td.TdClassName
{
border-color: #AC90D2;
}
.TagClassName
{
border-color: #AC90D2;
}
</style>