Shades of Biloba Flower #A890CD
Tints of Biloba Flower #A890CD
RGB
CMYK
RGB Variations
Color information
#A890CD (or 0xA890CD) is known color: Biloba Flower. HEX triplet: A8, 90 and CD. RGB value is (168,144,205). Sum of RGB (Red+Green+Blue) = 168+144+205=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #A890CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CD is #576F32. Grayscale: #9D9D9D. Windows color (decimal): -5730099 or 13471912. OLE color: 13471912.
HSL color Cylindrical-coordinate representation of color #A890CD: hue angle of 263.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A890CD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 144 | 205 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.20 |
| HSL | 263.61º | 0.38% | 0.68% | - |
| HSV(B) | 263.61º | 0.3% | 0.8% | - |
| XYZ | 37.14 | 32.68 | 62.11 | - |
| YUV | 158.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 205 | 0.18 | 0.30 | 0 | 0.20 | 263.61 | 0.38 | 0.68 |
| Hex | A8 | 90 | CD | 12 | 1E | 0 | 14 | 108 | 26 | 44 |
| Octal | 250 | 220 | 315 | 22 | 36 | 0 | 24 | 410 | 46 | 104 |
| Binary | 10101000 | 10010000 | 11001101 | 10010 | 11110 | 0 | 10100 | 100001000 | 100110 | 1000100 |
Color Harmonies of #A890CD
Complementary color
Monochromatic Colors of #A890CD
Black with #A890CD
Text Example
Text Example
White with #A890CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890CD; }
p { color: rgb(168,144,205); }
H1.HeaderClassName
{
color: #A890CD;
}
.AnyTagClassName
{
color: #A890CD;
}
</style>
background-color css
<style>
a { background-color: #A890CD; }
a { background-color: rgb(168,144,205); }
div.DivClassName
{
background-color: #A890CD;
}
.BgClassName
{
background-color: #A890CD;
}
</style>
border-color css
<style>
span { border-color: #A890CD; }
span { border-color: rgb(168,144,205); }
td.TdClassName
{
border-color: #A890CD;
}
.TagClassName
{
border-color: #A890CD;
}
</style>